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
interimage:operators_documentation [2010/09/10 12:20]
tkorting
interimage:operators_documentation [2011/01/28 17:05]
tkorting
Line 2: Line 2:
  
 ====== TerraAIDA Operators Documentation ====== ====== TerraAIDA Operators Documentation ======
-Operators reference version: 1.0.5+Operators reference version: 1.0.6
  
 InterIMAGE is a multi-platform framework, written in C++, currently with implementations for LINUX and Windows operational systems. Moreover, InterIMAGE provides support for the integration of image processing operators in the interpretation process and, as such operators are treated as external programs by its control mechanism, they can be coded in any computer language, and even in proprietary programs. The InterIMAGE framework offers, nonetheless,​ a repository of operators, called TerraAIDA ([[http://​www.dpi.inpe.br/​terraaida]]),​ assembled with software classes and functions supplied by the [[http://​www.terralib.org/​|TerraLib]] library. InterIMAGE is a multi-platform framework, written in C++, currently with implementations for LINUX and Windows operational systems. Moreover, InterIMAGE provides support for the integration of image processing operators in the interpretation process and, as such operators are treated as external programs by its control mechanism, they can be coded in any computer language, and even in proprietary programs. The InterIMAGE framework offers, nonetheless,​ a repository of operators, called TerraAIDA ([[http://​www.dpi.inpe.br/​terraaida]]),​ assembled with software classes and functions supplied by the [[http://​www.terralib.org/​|TerraLib]] library.
  
-===== TerraAIDA ​Arithmetic =====+===== TA Arithmetic =====
  
 **Authors** ​ **Authors** ​
Line 56: Line 56:
 | Non Class Name  | String | If Multi-Class support is active, the discarded hypothesis will fall in the node named by this parameter. | One string with the name of some node in the tree, in the same level. | | | Non Class Name  | String | If Multi-Class support is active, the discarded hypothesis will fall in the node named by this parameter. | One string with the name of some node in the tree, in the same level. | |
  
-===== TerraAIDA ​Baatz Segmenter =====+===== TA Baatz Segmenter =====
  
 **Authors** ​ **Authors** ​
Line 105: Line 105:
 | Euclidean Distance Threshold | Floating point   | The minimum Euclidean Distance between each segment feature. | Greater than 0.  | This parameter is required to merge adjacent block segments when the optimization option is enabled | | Euclidean Distance Threshold | Floating point   | The minimum Euclidean Distance between each segment feature. | Greater than 0.  | This parameter is required to merge adjacent block segments when the optimization option is enabled |
  
-===== TerraAIDA ​Bottom-Up Export =====+===== TA Bottom-Up Export =====
  
 **Author** ​ **Author** ​
Line 142: Line 142:
 {{ interimage:​buexport.png }} {{ interimage:​buexport.png }}
  
-===== TerraAIDA ​C4.5 Classifier =====+===== TA C4.5 Classifier =====
  
 **Author** ​ **Author** ​
Line 174: Line 174:
 One example of this operator can be found [[interimage:​examples:​supervised_c45|here]]. One example of this operator can be found [[interimage:​examples:​supervised_c45|here]].
  
-===== TerraAIDA ​Checkerboard Segmenter =====+ 
 + 
 + 
 +===== TA Checkerboard Segmenter =====
  
 **Author** ​ **Author** ​
Line 200: Line 203:
    
 ^ Parameter Name  ^ Type            ^ Description ​              ​^ ​  Valid Values ​     ^   ​Note ​  ​^ ​   ^ Parameter Name  ^ Type            ^ Description ​              ​^ ​  Valid Values ​     ^   ​Note ​  ​^ ​  
-| Number of grid lines | Integer ​        ​| Number of lines to divide the image. ​  | Greater than zero.  |          | +| Number of grid lines | Integer ​  ​| Number of lines to divide the image. ​  | Greater than zero.  |          | 
-| Number of grid columns | Integer ​        ​| Number of columns to divide the image. ​  | Greater than zero.  |          |+| Number of grid columns | Integer | Number of columns to divide the image. ​  | Greater than zero.  |          | 
 +| Amount of points in X | Integer | Number of pixels per cell in X dimension. ​  | Greater than zero.  |          | 
 +| Amount of points in Y | Integer | Number of pixels per cell in Y dimension. ​    | Greater than zero.  |          |
 | Reliability ​    | Floating point | The reliability (higher priority will be given to nodes with higher weights in cases where there are geographic overlays). | [0.0, 1.0] |  | | Reliability ​    | Floating point | The reliability (higher priority will be given to nodes with higher weights in cases where there are geographic overlays). | [0.0, 1.0] |  |
  
-===== TerraAIDA ​NDVI Segmenter =====+ 
 +===== TA NDVI Segmenter =====
  
 **Authors** ​ **Authors** ​
Line 256: Line 262:
 | Non Class Name  | String | If Multi-Class support is active, the discarded hypothesis will fall in the node named by this parameter. | One string with the name of some node in the tree, in the same level. | | | Non Class Name  | String | If Multi-Class support is active, the discarded hypothesis will fall in the node named by this parameter. | One string with the name of some node in the tree, in the same level. | |
  
-===== TerraAIDA ​Region Growing Segmenter =====+===== TA Region Growing Segmenter =====
  
 **Authors** ​ **Authors** ​
Line 307: Line 313:
  
  
-===== TerraAIDA ​ShapeFile Import =====+===== TA ShapeFile Import =====
  
 **Authors** ​ **Authors** ​
Line 353: Line 359:
 {{ :​interimage:​shape_file_import_example.png }} {{ :​interimage:​shape_file_import_example.png }}
  
-===== TerraAIDA ​ShapeFile Intersection =====+===== TA ShapeFile Intersection =====
  
 **Authors** ​ **Authors** ​

Navigation