Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
eyes:logics:boxmanipulation [2017/06/07 17:23]
bgraf
eyes:logics:boxmanipulation [2017/06/08 13:37]
jschlie1
Line 1: Line 1:
-====== ​Box Manipulation ​======+====== ​BoxManipulation ​====== 
 +FIXME
  
 ===== Usage ===== ===== Usage =====
- +FIXME
-===== Example ====+
  
 ===== Processes ===== ===== Processes =====
- 
 ==== Canvas Resize ==== ==== Canvas Resize ====
 Resizes images to the side length specified by the input value. This is carried out by either cropping or padding the images, depending on whether the image size is supposed to be reduced or enlarged. Resizes images to the side length specified by the input value. This is carried out by either cropping or padding the images, depending on whether the image size is supposed to be reduced or enlarged.
Line 53: Line 52:
 ^ Parameters ​                ^ Description ​    ^ ^ Parameters ​                ^ Description ​    ^
 | Coarse factor | The coarse factor used to calculate the new image size (oldSize / coarseFactor = newSize). |  | Coarse factor | The coarse factor used to calculate the new image size (oldSize / coarseFactor = newSize). | 
- 
- ​**Inputs** ​ 
- 
-io:input: Any stack of images in real space, up to 3D 
- 
- ​**Outputs** ​ 
- 
-io:output: Cropped images ​ 
  
 ==== Noise Padding ==== ==== Noise Padding ====