Differences

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

Link to this comparison view

calc_integral_map [2020/04/28 17:06]
argemiro created
calc_integral_map [2026/08/28 03:11] (current)
hermann Sync from local documentation review
Line 3: Line 3:
 ===== Description ===== ===== Description =====
  
-Generate ​an integral image from input map.+Generates ​an integral image (summed-area table) ​from map: each output cell holds the cumulative sum of all cells up to and including its position. See [[https://​en.wikipedia.org/​wiki/​Summed-area_table|Summed-area table]] for background on the technique.
  
 ===== Inputs ===== ===== Inputs =====
  
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
-| Input | [[map_type|Map]] | Any map file. |+| Input  | [[Map Type]]  Map the cumulative sum is calculated from |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
  
-^ Name  ^ Type  ^ Description^ +^ Name  ^ Type  ^ Description ​ ^ Default Value  ​
-| Use Full Precision ​ | [[boolean_value_type|Boolean Value]] | Select this option if output map should use the largest ​possible Cell Typeto prevent ​precision errors when the sum is potentially bigger than Input map Cell Type limits. |+| Use Full Precision ​ | [[Boolean Value Type]]  If true, the output map uses the largest ​available cell typeavoiding ​precision errors when the running ​sum could exceed ​Input's cell type range | No  ​|
  
 ===== Outputs ===== ===== Outputs =====
  
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
-| Result ​ | [[Map Type | Map]]  | Resulting integral map. |+| Result ​ | [[Map Type]] ​ | Resulting integral map.  |
  
 ===== Group ===== ===== Group =====
Line 24: Line 24:
 [[Functor List#Map Algebra | Map Algebra]] [[Functor List#Map Algebra | Map Algebra]]
  
 +===== Notes =====
 +
 +None.
  
 ===== Internal Name ===== ===== Internal Name =====