Differences

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

Link to this comparison view

Next revision
Previous revision
calc_histogram_equalized_map [2013/08/08 22:00]
admin created
calc_histogram_equalized_map [2015/10/13 19:44] (current)
admin
Line 3: Line 3:
 ===== Description ===== ===== Description =====
  
-Calculate the histogram equalized version of the given map. The resulting image is represented using the given number of gray levels. +{{:​submodels:​submodel16.png?​nolink|Submodel}} ​Calculate the [[wp>​Histogram_equalization|histogram equalized]]  ​version of the given map. The resulting image is represented using the given number of gray levels.
- +
-For further information about the algorithm used to produce the histogram equalization,​ see http://​en.wikipedia.org/​wiki/​Histogram_equalization+
  
 ===== Inputs ===== ===== Inputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-| Input Map  | [[Map Type|Map]]  | The input map.  |+| Input Map  | [[Map Type]] ​ | The input map.  |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
  
-^ Name ^ Type ^ Description ^ Default Value ^ +^ Name  ^ Type  ^ Description ​ ^ Default Value  
-| Grey Level  | [[Positive ​Int Type|Positive Int]]  | Number of gray levels in the resulting equalized map.  | 256  | +| Grey Level  | [[Positive ​Integer Value Type]] ​ | Number of gray levels in the resulting equalized map.  | 256  | 
-| Cell Type  | [[Cell Type Type|Cell ​Type]] ​ | Data cell type.  | Signed 16-Bit Integer ​ | +| Cell Type  | [[Cell Type Type]] ​ | Data cell type.  | Signed 16-Bit Integer ​ | 
-| Null Value  | [[Null Value Type|Null Value]]  | Null value. ​ | Default ​ | +| Null Value  | [[Null Value Type]] ​ | Null value. ​ | Default ​ |
  
 ===== Outputs ===== ===== Outputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-| Result ​ | [[Map Type|Map]]  | The resulting histogram equalized map.  |+| Result ​ | [[Map Type]] ​ | The resulting histogram equalized map.  |
  
 ===== Group ===== ===== Group =====
Line 30: Line 27:
  
 ===== Notes ===== ===== Notes =====
 +
 +None.
  
 ===== Internal Name ===== ===== Internal Name =====