interimage:operators_documentation
Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
Ambos lados da revisão anteriorRevisão anteriorPróxima revisão | Revisão anterior | ||
interimage:operators_documentation [2010/09/06 19:24] – tkorting | interimage:operators_documentation [2016/08/05 14:44] (atual) – [TA Baatz Segmenter] tkorting | ||
---|---|---|---|
Linha 2: | Linha 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, | 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, | ||
- | ===== TerraAIDA | + | |
+ | |||
+ | ===== TA Arithmetic ===== | ||
**Authors** | **Authors** | ||
Linha 49: | Linha 51: | ||
| Polygons Min Area | Integer | Generated polygons minimum allowed area (pixels). | | Polygons Min Area | Integer | Generated polygons minimum allowed area (pixels). | ||
| Dummy Value (no data) | Floating point | The dummy value from input images. | | If not present, all image data will be processed. | | | Dummy Value (no data) | Floating point | The dummy value from input images. | | If not present, all image data will be processed. | | ||
- | | Arithmetic Expression | + | | Arithmetic Expression |
| Morphological Filter Iterations | Integer | Number of morphological (mode) iterations applied to the result. | Greater or equal to 0. | The use of a value greater than or equal to 1 is advised to avoid the creation of to small hypothesis | | | Morphological Filter Iterations | Integer | Number of morphological (mode) iterations applied to the result. | Greater or equal to 0. | The use of a value greater than or equal to 1 is advised to avoid the creation of to small hypothesis | | ||
| Training Set File | *.shp | A file with training samples for supervised classification. | The file must be in the InterIMAGE region format. | | | | Training Set File | *.shp | A file with training samples for supervised classification. | The file must be in the InterIMAGE region format. | | | ||
| Decision Rule | Decision Rule | Decision rule applied to the generated hypothesis. | | Leave blank to accept all generated hypothesis. | | | Decision Rule | Decision Rule | Decision rule applied to the generated hypothesis. | | Leave blank to accept all generated hypothesis. | | ||
- | | Node Weight | + | | Reliability |
| 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 | + | ===== TA Baatz Segmenter ===== |
**Authors** | **Authors** | ||
Linha 81: | Linha 83: | ||
** Reference** | ** Reference** | ||
- | * Baatz, M.; Schäpe, A. Multiresolution segmentation: | + | * [[http:// |
**Processing sequence** | **Processing sequence** | ||
Linha 102: | Linha 104: | ||
| Training Set File | *.shp | A file with training samples for supervised classification. | The file must be in the InterIMAGE regions format. | | | | Training Set File | *.shp | A file with training samples for supervised classification. | The file must be in the InterIMAGE regions format. | | | ||
| Decision Rule | Decision Rule | Decision rule applied to the generated hypothesis. | | Decision Rule | Decision Rule | Decision rule applied to the generated hypothesis. | ||
- | | Node Weight | + | | Reliability |
| 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 | | ||
- | + | ===== TA Bottom-Up Export ===== | |
- | ===== TerraAIDA | + | |
**Author** | **Author** | ||
Linha 142: | Linha 143: | ||
{{ interimage: | {{ interimage: | ||
- | ===== TerraAIDA | + | ===== TA C4.5 Classifier ===== |
**Author** | **Author** | ||
Linha 174: | Linha 175: | ||
One example of this operator can be found [[interimage: | One example of this operator can be found [[interimage: | ||
- | ===== TerraAIDA | + | |
+ | |||
+ | |||
+ | ===== TA Checkerboard Segmenter ===== | ||
**Author** | **Author** | ||
Linha 200: | Linha 204: | ||
^ Parameter Name ^ Type ^ Description | ^ Parameter Name ^ Type ^ Description | ||
- | | Number of grid lines | Integer | + | | Number of grid lines | Integer |
- | | Number of grid columns | Integer | + | | Number of grid columns | Integer | Number of columns to divide the image. |
- | | Node Weight | + | | Amount of points in X | Integer | Number of pixels per cell in X dimension. |
+ | | Amount of points in Y | Integer | Number of pixels per cell in Y dimension. | ||
+ | | Reliability | ||
- | ===== TerraAIDA | + | ===== TA NDVI Segmenter ===== |
**Authors** | **Authors** | ||
Linha 253: | Linha 260: | ||
| Training Set File | *.shp | A file with training samples for supervised classification. | The file must be in the InterIMAGE regions format. | | | | Training Set File | *.shp | A file with training samples for supervised classification. | The file must be in the InterIMAGE regions format. | | | ||
| Decision Rule | Decision Rule | Decision rule applied to the generated hypothesis. | | Leave blank to accept all generated hypothesis. | | | Decision Rule | Decision Rule | Decision rule applied to the generated hypothesis. | | Leave blank to accept all generated hypothesis. | | ||
- | | Node Weight | + | | Reliability |
| 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 | + | ===== TA Region Growing Segmenter ===== |
**Authors** | **Authors** | ||
Linha 299: | Linha 306: | ||
| Training Set File | *.shp | A file with training samples for supervised classification. | The file must be in the InterIMAGE regions format. | | | | Training Set File | *.shp | A file with training samples for supervised classification. | The file must be in the InterIMAGE regions format. | | | ||
| Decision Rule | Decision Rule | Decision rule applied to the generated hypothesis. | | Decision Rule | Decision Rule | Decision rule applied to the generated hypothesis. | ||
- | | Node Weight | + | | Reliability |
** Segmentation Example** | ** Segmentation Example** | ||
Linha 307: | Linha 314: | ||
- | ===== TerraAIDA | + | ===== TA ShapeFile Import ===== |
**Authors** | **Authors** | ||
Linha 349: | Linha 356: | ||
| Training Set File | *.shp | A file with training samples for supervised classification. | The file must be in the InterIMAGE region format. | | | | Training Set File | *.shp | A file with training samples for supervised classification. | The file must be in the InterIMAGE region format. | | | ||
| Decision Rule | Decision rule | Decision rule applied to the generated hypothesis. | | Decision Rule | Decision rule | Decision rule applied to the generated hypothesis. | ||
- | | Node Weight | + | | Reliability |
{{ : | {{ : | ||
- | ===== TerraAIDA | + | ===== TA ShapeFile Intersection ===== |
**Authors** | **Authors** | ||
Linha 395: | Linha 402: | ||
| Training Set File | *.shp | A file with training samples for supervised classification. | The file must be in the InterIMAGE regions format. | | | | Training Set File | *.shp | A file with training samples for supervised classification. | The file must be in the InterIMAGE regions format. | | | ||
| Decision Rule | Decision Rule | Decision rule applied to the generated hypothesis. | | Leave blank to accept all generated hypothesis. | | | Decision Rule | Decision Rule | Decision rule applied to the generated hypothesis. | | Leave blank to accept all generated hypothesis. | | ||
- | | Node Weight | + | | Reliability |
| 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. | | | ||
{{ : | {{ : |
interimage/operators_documentation.1283801053.txt.gz · Última modificação: 2010/09/06 19:24 por tkorting