InterIMAGE wiki

InterIMAGE Examples: Attribute Extraction and Visualization

Before you perform classification, its important to view the image in the attribute space.

This sample project shows how to calculate and view the image object attributes in InterIMAGE. The InterIMAGE interpretation project can be downloaded here: download

The image used in this example is the following:

Firstly, you should create a new project, called, for instance “view_attributes”, with the images you are going to use in your project (in this case a single image will be used).

After this, create a single structure to perform segmentation and attributes extraction, using your favorite algorithm. In the following example, we created a node called “show_attributes” with Baatz segmentation.

To view some attributes, edit the top down rule of the node “show_attributes” by clicking in the button highlighted in blue.

Then insert your image and create the new attributes by inserting new expressions.

In this example, the new attribute “object_area” will represent the area of every object in the scene.

Then, start your project by clicking in the button highlighted in blue.

When the process finishes, the “Map Viewer” window will open. In this window, you can select “Attribute” in the “Fill” option and chose some of your created attributes to view in the image. Every object resultant from classification will be filled with the relative intensity of the choosen attribute, as the figure below.


Navigation