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
eyes:logics:normalization [2017/06/07 15:52]
bgraf
eyes:logics:normalization [2017/06/12 16:07] (current)
bgraf
Line 1: Line 1:
-====== ​Template Logic Description ​====== +====== ​Normalization ​====== 
-THIS position should be used for a brief introduction (max 2 sentences!) of the logic, stating WHAT and WHY it is doing something.+FIXME 
  
 ===== Usage ===== ===== Usage =====
 +FIXME 
 +===== Processors =====
 +==== Normalize ====
 This processor is used to generate normalized images out of the input image stack. This is performed according to the specified mean and sigma values. ​ This processor is used to generate normalized images out of the input image stack. This is performed according to the specified mean and sigma values. ​
  
-===== Parameters ​====+|< 100% 30% >| 
 +Parameters ​          ^ Description ​    ^ 
 +| Mask                 | Specifies whether a circular mask is used on the images. | 
 +| -> Auto crop         | If activated, automatically crops each image to the minimum size. | 
 +| -> Radius (fraction) | Determines the radius of the applied circular mask. Accepted value range: [0…1] | 
 +| Mean                 | The desired mean pixel value after normalization. | 
 +| Sigma                | The desired pixel value standard deviation after normalization. |
  
-=== Mask === +==== Normalize against background ==== 
-Specifies whether ​circular mask is used on the images+Here, standard deviation and mean are calculated based on user set radius, but only pixels that are outside the specified circle are used during the computation. This technique ​is used to enhance the signal of the images ​as usually the outer part contains only noise. While in the initial mean and standard deviation computation only the outside pixel values are used, all pixels are adjusted during the application of the new mean and standard deviation. Inverting the image during computation is also possible.
  
-=== Mean === +|< 100% 30% >| 
-The desired mean pixel value after normalization ​+^ Parameters ​          ^ Description ^ 
 +| Invert ​              | Description of this parameter | 
 +Mean                 | more description | 
 +| Radius ​              | and more more more | 
 +| Standard deviation ​  | ... descriptions | 
 +| Use mask             | ... |
  
-=== Sigma === +==== Normalize range ==== 
-The desired pixel value standard deviation after normalization+FIXME
  
-==== Mask Mode: circular ====+|< 100% 30% >| 
 +^ Parameters ​          ^ Description ^ 
 +| Maximum ​             | FIXME | 
 +| Minimum ​             | FIXME |
  
-=== Auto-crop === 
-If activated, automatically crops each image to the minimum size.  
- 
-=== Radius (fraction) === 
-Determines the radius of the applied circular mask. 
- 
-Accepted value range: [0…1] 
- 
-==== Inputs ==== 
-=== io::input === 
-Stack of input images(1D,​2D or 3D) 
- 
-==== Outputs ==== 
-=== io::output === 
-The output images are normalized. ​ 
- 
-==== Additional Information ==== 
- 
- 
-===== 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.