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 anteriorPróxima revisãoAmbos lados da revisão seguinte | ||
interimage:operators_documentation [2010/06/23 14:41] – tkorting | interimage:operators_documentation [2011/01/28 19:05] – tkorting | ||
---|---|---|---|
Linha 1: | Linha 1: | ||
[[interimage: | [[interimage: | ||
- | |||
====== TerraAIDA Operators Documentation ====== | ====== TerraAIDA Operators Documentation ====== | ||
- | Operators reference version: 1.0.5 | + | Operators reference version: 1.0.6 |
- | ===== TerraAIDA | + | |
+ | 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, | ||
+ | |||
+ | ===== TA Arithmetic ===== | ||
**Authors** | **Authors** | ||
Linha 25: | Linha 27: | ||
**Multi-Class support** | **Multi-Class support** | ||
- | Yes. If you select //true// in the "Top Down Multi-Class" | + | Yes. If you select //true// in the "Top Down Multi-Class" |
[[interimage: | [[interimage: | ||
Linha 51: | Linha 53: | ||
| 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. | | | ||
- | ===== TerraAIDA | + | ===== TA Baatz Segmenter ===== |
**Authors** | **Authors** | ||
Linha 99: | Linha 102: | ||
| 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 | | ||
- | ===== TerraAIDA | + | ===== TA Bottom-Up Export ===== |
**Author** | **Author** | ||
Linha 139: | Linha 142: | ||
{{ interimage: | {{ interimage: | ||
- | ===== TerraAIDA | + | ===== TA C4.5 Classifier ===== |
**Author** | **Author** | ||
Linha 165: | Linha 168: | ||
^ Parameter Name ^ Type ^ Description | ^ Parameter Name ^ Type ^ Description | ||
| a) Training Set File | * .shp | Training shape file name. | A valid shape file name. | The shapefile must be composed by polygons, their respective attributes and particularly one attribute called " | | a) Training Set File | * .shp | Training shape file name. | A valid shape file name. | The shapefile must be composed by polygons, their respective attributes and particularly one attribute called " | ||
- | | b) Input Shape File | *.shp | Shape file name of the file to be classified. | A valid shape file name. | The shapefile must be composed by polygons, and the *same set of attributes* in the training shape file. | | + | | b) Input Shape File | *.shp | Shape file name of the file to be classified. | A valid shape file name. | The shapefile must be composed by polygons, and the **same set of attributes** in the training shape file. | |
Note: The generated decision tree will be placed in a //.txt// file, located in the **same place as your input shape file**, with the same name as your input file. | Note: The generated decision tree will be placed in a //.txt// file, located in the **same place as your input shape file**, with the same name as your input file. | ||
Linha 171: | Linha 174: | ||
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 197: | Linha 203: | ||
^ 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 226: | Linha 235: | ||
**Multi-Class support** | **Multi-Class support** | ||
- | Yes. If you select //true// in the "Top Down Multi-Class" | + | Yes. If you select //true// in the "Top Down Multi-Class" |
[[interimage: | [[interimage: | ||
Linha 250: | Linha 259: | ||
| 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. | | | ||
- | ===== TerraAIDA | + | ===== TA Region Growing Segmenter ===== |
**Authors** | **Authors** | ||
Linha 295: | Linha 305: | ||
| 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 303: | Linha 313: | ||
- | ===== TerraAIDA | + | ===== TA ShapeFile Import ===== |
**Authors** | **Authors** | ||
Linha 329: | Linha 339: | ||
Shape file attributes with the the following names will not be imported: REGION, CLASS, ID, GEOWEST, GEONORTH, GEOEAST, GEOSOUTH, FILE_GEOWEST, | Shape file attributes with the the following names will not be imported: REGION, CLASS, ID, GEOWEST, GEONORTH, GEOEAST, GEOSOUTH, FILE_GEOWEST, | ||
+ | |||
+ | **Processing sequence** | ||
+ | |||
+ | -Read user input shape file. | ||
+ | -Generates the intersection between the loaded shape file polygons and the operator execution area. | ||
+ | -Apply the user decision rule (using the supplied training set) over the intersection | ||
+ | -Generate the output hypothesis. | ||
**Input parameters** | **Input parameters** | ||
Linha 338: | Linha 355: | ||
| 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 363: | Linha 380: | ||
**Multi-Class support** | **Multi-Class support** | ||
- | Yes. If you select //true// in the "Top Down Multi-Class" | + | Yes. If you select //true// in the "Top Down Multi-Class" |
[[interimage: | [[interimage: | ||
+ | |||
+ | **Processing sequence** | ||
+ | |||
+ | -Read user input shape file. | ||
+ | -Generates the intersection between the loaded shape file polygons and the operator execution area. | ||
+ | -Using the intersection result generates a set of intermediate hypothesis of " | ||
+ | -Apply the user decision rule (using the supplied training set) over the intermediate hypothesis set. | ||
+ | -Generate the output hypothesis from the decision rule result. | ||
**Input parameters** | **Input parameters** | ||
Linha 376: | Linha 401: | ||
| 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. | | | ||
{{ : | {{ : |
interimage/operators_documentation.txt · Última modificação: 2016/08/05 14:44 por tkorting