Differences

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

Link to this comparison view

Next revision
Previous revision
eyes:logics:shiftingandrotating [2017/06/08 10:36]
jschlie1 created
— (current)
Line 1: Line 1:
-====== ShiftingAndRotating ====== 
-This logic provides a set of processors that will shift and/or rotate a given 2D image, image stack, or 3D model by the given parameters. This fundamental operations can be helpful during a variety of applications. 
  
-===== Usage ===== 
-A stack of images/3Ds, individual 2D images, or a 3D will be subjected to the selected rotation and/or shifting operations with respect to the stated parameters. For more detail about the available operations and their parameters, consult the respective process section below. Since most of the processors just have one input (e.g. stack of images) and one output (e.g. stack of images w/ applied operation), only divergent in-/outputs are mentioned. ​ 
- 
-===== Processes ===== 
-==== Rotate ==== 
-A given 3D map will be rotated according to the stated degree values for alpha, beta, and gamma angle. For further information on the angles, see [[eyes:​coordinatesandconventions]]. 
- 
-|< 100% 30% >| 
-^ Parameters ​ ^ Description ​    ^ 
-| Alpha       | Description of this parameter | 
-| Beta        | more description | 
-| Gamma       | and more more more | 
- 
-|< 100% 30% >| 
-^ Input   ^ Description ^ 
-| FirstInput ​ | Input Description 1 | 
-| SecondInput | Input Description 2 | 
-| //​ThirdInput// ​ | Input Description 3: Optional Input in Italic | 
- 
-|< 100% 30% >| 
-^ Output ​  ^ Description ^ 
-| FirstOutput | Output Description | 
- 
-|< 100% 30% >| 
-^ New/Changed Header Values ^ Description ^ 
-| headerValue1 | what does it say? how is it changed? | 
-| headerValue2 | what does it say? how is it changed? | 
-| headerValue3 | what does it say? how is it changed? | 
-| headerValue4 | what does it say? how is it changed? | 
- 
-==== thisIsTheNameOfMode2 ==== 
-Here, a short introduction for the given mode should be placed. Again, state WHAT and WHY this mode us useful in not more than 2 sentences. 
- 
-|< 100% 30% >| 
-^ Parameters ​                ^ Description ​    ^ 
-| Some changeable parameter ​ | Description of this parameter | 
-| -> and its sub-parameter ​  | more description | 
-| Next main parameter ​       | and more more more | 
-| -> and its sub-parameter ​  | ... descriptions | 
- 
-|< 100% 30% >| 
-^ Input   ^ Description ^ 
-| FirstInput ​ | Input Description 1 | 
-| SecondImput | Input Description 2 | 
-| ThridImput ​ | Input Description 1 | 
- 
-|< 100% 30% >| 
-^ Output ​  ^ Description ^ 
-| FirstOutput | Output Description | 
- 
-|< 100% 30% >| 
-^ New/Changed Header Values ^ Description ^ 
-| headerValue1 | what does it say? how is it changed? | 
-| headerValue2 | what does it say? how is it changed? | 
-| headerValue3 | what does it say? how is it changed? | 
-| headerValue4 | what does it say? how is it changed? | 
- 
-===== Concept ===== 
-In this paragraph, the "HOW a logic works under the hood" and WHY someone should use it can be elaborated with higher detail. Describes a scenario in an image processing workflow where this logic can be used to solve the resulting problem. Also, wikipages, publications or anything else describing the theory behind an algorithm should be linked here, if applicable.