<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki-upstream/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki-upstream/feed.php">
        <title>Divisão de Observação da Terra e Geoinformática - interimage</title>
        <description></description>
        <link>http://wiki-upstream/</link>
        <image rdf:resource="http://wiki-upstream/lib/exe/fetch.php?media=wiki:dokuwiki-128.png" />
       <dc:date>2026-05-02T10:23:40+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki-upstream/doku.php?id=interimage:attributes_description&amp;rev=1342568851&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki-upstream/doku.php?id=interimage:batch_processing&amp;rev=1397034099&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki-upstream/doku.php?id=interimage:brec_operators_documentation&amp;rev=1394705915&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki-upstream/doku.php?id=interimage:creating_operators&amp;rev=1259868943&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki-upstream/doku.php?id=interimage:examples&amp;rev=1395140874&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki-upstream/doku.php?id=interimage:example_rule_based_classification&amp;rev=1259870681&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki-upstream/doku.php?id=interimage:example_supervised_c45&amp;rev=1267629803&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki-upstream/doku.php?id=interimage:example_view_attributes&amp;rev=1276545462&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki-upstream/doku.php?id=interimage:operators_documentation&amp;rev=1470408259&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki-upstream/doku.php?id=interimage:publications&amp;rev=1279570134&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki-upstream/doku.php?id=interimage:terraaida_operator_development&amp;rev=1269526092&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki-upstream/doku.php?id=interimage:test_protocol&amp;rev=1259938032&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki-upstream/lib/exe/fetch.php?media=wiki:dokuwiki-128.png">
        <title>Divisão de Observação da Terra e Geoinformática</title>
        <link>http://wiki-upstream/</link>
        <url>http://wiki-upstream/lib/exe/fetch.php?media=wiki:dokuwiki-128.png</url>
    </image>
    <item rdf:about="http://wiki-upstream/doku.php?id=interimage:attributes_description&amp;rev=1342568851&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-07-17T23:47:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>attributes_description</title>
        <link>http://wiki-upstream/doku.php?id=interimage:attributes_description&amp;rev=1342568851&amp;do=diff</link>
        <description>Attributes Description

Basic Attributes

	*  class - class associated to the object.
	*  llx - lower left x coordinate of the object bounding box.
	*  lly - lower left y coordinate of the object bounding box.
	*  urx - upper right x coordinate of the object bounding box.</description>
    </item>
    <item rdf:about="http://wiki-upstream/doku.php?id=interimage:batch_processing&amp;rev=1397034099&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-04-09T09:01:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>batch_processing</title>
        <link>http://wiki-upstream/doku.php?id=interimage:batch_processing&amp;rev=1397034099&amp;do=diff</link>
        <description>InterIMAGE wiki

Batch Processing

As for the version 1.39 it is possible to run InterIMAGE in batch mode. With this new operation mode it is possible to create an interpretation project and then run 
it several times without having to interact with the user interface. This was mainly done 
to allow the execution of the so called pipelines. So, for example, now it is possible to 
run a classification project and a shape regularization of the building polygons found in 
the classification by writ…</description>
    </item>
    <item rdf:about="http://wiki-upstream/doku.php?id=interimage:brec_operators_documentation&amp;rev=1394705915&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-03-13T10:18:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>brec_operators_documentation</title>
        <link>http://wiki-upstream/doku.php?id=interimage:brec_operators_documentation&amp;rev=1394705915&amp;do=diff</link>
        <description>InterIMAGE wiki

BREC Operators Documentation

Operators reference version: 1.0.0

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 Int…</description>
    </item>
    <item rdf:about="http://wiki-upstream/doku.php?id=interimage:creating_operators&amp;rev=1259868943&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-03T19:35:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>creating_operators</title>
        <link>http://wiki-upstream/doku.php?id=interimage:creating_operators&amp;rev=1259868943&amp;do=diff</link>
        <description>InterIMAGE wiki

InterIMAGE: Creating an operator

TerraAIDA project aims to build InterIMAGE operators using the TerraLib library following the GNU LGLP license model. More information at &lt;http://www.dpi.inpe.br/terraaida/&gt;.

This page will present an example of how to create your own InterIMAGE operator, using TerraLib.</description>
    </item>
    <item rdf:about="http://wiki-upstream/doku.php?id=interimage:examples&amp;rev=1395140874&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-03-18T11:07:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>examples</title>
        <link>http://wiki-upstream/doku.php?id=interimage:examples&amp;rev=1395140874&amp;do=diff</link>
        <description>Examples of Interpretation Projects

Here we show how to create some basic and advanced interpretation projects, step by step.

Basic

These projects were successfully tested under InterIMAGE 1.27.

	*  Example 1 - Performing a segmentation
	*  Example 2 - Performing an intra-regions segmentation
	*  Example 3 - Performing a supervised classification
	*  Example 4 - Performing a thresholding
	*  Example 5 - Debugging and exploration of attributes
	*   - This example shows how to aggregate an att…</description>
    </item>
    <item rdf:about="http://wiki-upstream/doku.php?id=interimage:example_rule_based_classification&amp;rev=1259870681&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-03T20:04:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>example_rule_based_classification</title>
        <link>http://wiki-upstream/doku.php?id=interimage:example_rule_based_classification&amp;rev=1259870681&amp;do=diff</link>
        <description>InterIMAGE wiki

InterIMAGE Examples: Rule-Based Classification

This example shows how to perform a single classification of pools and roofs in a small image, through rule-based classification. 

This project is called “pools_and_roofs” and uses the operator TerraAIDA_Baatz_Segmenter.</description>
    </item>
    <item rdf:about="http://wiki-upstream/doku.php?id=interimage:example_supervised_c45&amp;rev=1267629803&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-03T15:23:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>example_supervised_c45</title>
        <link>http://wiki-upstream/doku.php?id=interimage:example_supervised_c45&amp;rev=1267629803&amp;do=diff</link>
        <description>InterIMAGE wiki

InterIMAGE Examples: Supervised Classification Using Decision Trees

This example shows how to perform a supervised classification of pools and roofs in a small image, through the C4.5 decision-tree classifier. 

The InterIMAGE interpretation project can be downloaded here:</description>
    </item>
    <item rdf:about="http://wiki-upstream/doku.php?id=interimage:example_view_attributes&amp;rev=1276545462&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-14T19:57:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>example_view_attributes</title>
        <link>http://wiki-upstream/doku.php?id=interimage:example_view_attributes&amp;rev=1276545462&amp;do=diff</link>
        <description>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:</description>
    </item>
    <item rdf:about="http://wiki-upstream/doku.php?id=interimage:operators_documentation&amp;rev=1470408259&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-08-05T14:44:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>operators_documentation</title>
        <link>http://wiki-upstream/doku.php?id=interimage:operators_documentation&amp;rev=1470408259&amp;do=diff</link>
        <description>InterIMAGE wiki

TerraAIDA Operators Documentation

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. Th…</description>
    </item>
    <item rdf:about="http://wiki-upstream/doku.php?id=interimage:publications&amp;rev=1279570134&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-19T20:08:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>publications</title>
        <link>http://wiki-upstream/doku.php?id=interimage:publications&amp;rev=1279570134&amp;do=diff</link>
        <description>Thesis

	*  NOVACK, T. Classificação da cobertura da terra e do uso do solo urbano utilizando o sistema InterIMAGE e imagens do sensor QuickBird. Master Dissertation. INPE. 2009. 

Journals

	*  COSTA, G.A.O.P. ; PINHO, C.M.D. ; FEITOSA, R.Q. ; ALMEIDA, C.M.; KUX, H.J.H. ; FONSECA, L.M.G.; OLIVEIRA, D.A.B. INTERIMAGE: Uma Plataforma Cognitiva Open Source para a Interpretação Automática de Imagens Digitais. RBC. Revista Brasileira de Cartografia, v. 60, p. 331-337, 2008.</description>
    </item>
    <item rdf:about="http://wiki-upstream/doku.php?id=interimage:terraaida_operator_development&amp;rev=1269526092&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-25T14:08:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>terraaida_operator_development</title>
        <link>http://wiki-upstream/doku.php?id=interimage:terraaida_operator_development&amp;rev=1269526092&amp;do=diff</link>
        <description>TerraAIDA Operator Development

This is an auxiliary document to help developers to be able to build their own InterIMAGE operators by reusing the base of functions/classes built by the TerraAIDA developers team. 

----------

InterIMAGE interaction</description>
    </item>
    <item rdf:about="http://wiki-upstream/doku.php?id=interimage:test_protocol&amp;rev=1259938032&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-04T14:47:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>test_protocol</title>
        <link>http://wiki-upstream/doku.php?id=interimage:test_protocol&amp;rev=1259938032&amp;do=diff</link>
        <description>InterIMAGE wiki

InterIMAGE: Testing Procedures

The testing procedures are tools for the development team of InterIMAGE, which should be used in the quality control process of new versions of the system and external operators.

The basic idea of the testing procedures is to check the compatibility of new system versions with sample interpretation projects.</description>
    </item>
</rdf:RDF>
