This is an old revision of the document!


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 operators interface

This topic describes the interaction mechanism between the InterIMAGE engine core and an operator. It provides only the minimum set of details required by a TerraAIDA operator. More detailed information can be found at the InterIMAGE main site.

InterIMAGE analysis scheme
  • The semantic network
  • The top-down analysis step
  • The bottom-up analysis step
Operator input parameters
  • Operator action region bounding box
  • Action region mask file (optional)
  • Output result label image
  • Output result hypothesis description XML file

TerraAIDA aperators auxiliary classes and functions

This topic describes the

InterIMAGE analysis scheme

A simple operator building example

This topic describes a simple operator build example using the TerraAIDA support.


Navigation