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/16 17:56] – hermann | interimage:operators_documentation [2010/09/06 19:24] – tkorting | ||
---|---|---|---|
Linha 1: | Linha 1: | ||
[[interimage: | [[interimage: | ||
- | |||
====== TerraAIDA Operators Documentation ====== | ====== TerraAIDA Operators Documentation ====== | ||
Operators reference version: 1.0.5 | Operators reference version: 1.0.5 | ||
+ | |||
+ | 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 Arithmetic ===== | ===== TerraAIDA Arithmetic ===== | ||
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 52: | Linha 54: | ||
| 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 | | Node Weight | ||
+ | | 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 ===== | ===== TerraAIDA Baatz Segmenter ===== | ||
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. | |
- | One example of this operator can be found [[interimage: | + | 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. |
+ | |||
+ | One example of this operator can be found [[interimage: | ||
===== TerraAIDA Checkerboard Segmenter ===== | ===== TerraAIDA Checkerboard Segmenter ===== | ||
Linha 224: | Linha 229: | ||
**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 249: | Linha 254: | ||
| 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 | Floating point | This node weight (higher priority will be given to nodes with higher weights in cases where there are geographic overlays). | [0.0, 1.0] | | | | Node Weight | Floating point | This node weight (higher priority will be given to nodes with higher weights in cases where there are geographic overlays). | [0.0, 1.0] | | | ||
+ | | 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 ===== | ===== TerraAIDA Region Growing Segmenter ===== | ||
Linha 327: | Linha 333: | ||
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 361: | Linha 374: | ||
**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 375: | Linha 396: | ||
| 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 | Floating point | This node weight (higher priority will be given to nodes with higher weights in cases where there are geographic overlays). | | Node Weight | Floating point | This node weight (higher priority will be given to nodes with higher weights in cases where there are geographic overlays). | ||
+ | | 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