Ferramentas do usuário

Ferramentas do site


interimage:example_multiresolution_segmentation

Diferenças

Aqui você vê as diferenças entre duas revisões dessa página.

Link para esta página de comparações

Ambos lados da revisão anteriorRevisão anterior
Próxima revisão
Revisão anterior
interimage:example_multiresolution_segmentation [2010/01/19 17:38] tkortinginterimage:example_multiresolution_segmentation [2010/09/14 14:32] (atual) – removed tkorting
Linha 1: Linha 1:
-[[interimage:|InterIMAGE wiki]]  
-====== InterIMAGE Examples: Multiresolution Segmentation ====== 
- 
-This example shows how to perform multiple segmentation in the image, using coarse and fine resolutions. We use the three methods for segmentation currently available in InterIMAGE, namely //Region Growing//, //Baatz// and //Checkerboard// segmentations. This InterIMAGE interpretation project can be downloaded here: {{wiki:interimage:multiresolution_segmentation.zip|download}}. 
- 
-The image used in this example is the following: 
- 
-{{wiki:thales:input_image.png|}} 
- 
-Firstly, you should create a new project, called, for instance "multiresolution_segmentation", with the images you are going to use in your project (in this case a single image will be used). 
- 
-IMAGE 
- 
-After that, create a structure to perform the segmentations. In the following example, we firstly created a node called "coarse_segmentation" which applies the Region Growing segmentation. We also created three child nodes, called "fine_segmentation", "fine_checkerboard", and "background" with Baatz, Checkerboard and "Dummy top down" algorithms respectively. The node "background" will just be associated to remaining elements, apart from the city. 
- 
-IMAGE 
- 
-The segmentation parameters used were: 
-  * //coarse_segmentation// (Region Growing) 
-    * Euclidean distance threshold: 40 
-    * Segments minimun size: 200 
-    * //fine_segmentation// (Baatz) 
-      * Compactness weight: 0.5 
-      * Color weight: 0.5 
-      * Scale parameter: 20 
-    * //fine_checkerboard// (Checkerboard) 
-      * Size of cells (pixels): 5 
-Then, start your project by clicking in the button highlighted in blue. 
- 
-{{wiki:thales:start_button.png?400|}} 
- 
-When the process finishes, the "Map Viewer" window will open and will show different levels and types of segmentation. You should create your own rules to classify the elements according to the child nodes (//i.e.// fine_segmentation and fine_checkerboard).  
- 
-IMAGE 
  
interimage/example_multiresolution_segmentation.1263922685.txt.gz · Última modificação: 2010/01/19 17:38 por tkorting