User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
StaticTrackC::StaticTrackC(UIntT,UIntT,RealT,RealT,RealT)
StaticTrackC::Prune(const DListC &) const
StaticTrackC
 
Performs static tracking stage, no temporal information
 
include "amma/DERA/StaticTrack.hh"
User Level:Default
Library:DERARegTrack
Example:exIndex.cc
Section:Applications.Image Processing.DERA Small Target Detection
In Scope:std

Comments:
StaticTrackC is responsible for performing static filtering of regions for the DERA Small Target Detection project. It does this after segmentation by comparing their features to certain thresholds which are specified in the constructor.

The features which are considered are region size, average and gradient contrast, and compactness.

The output of the routine is a list of all the regions which satisfied all the feature constraints.

Variables:
Methods:
StaticTrackC(UIntT minSize,UIntT maxSize,RealT minAverageContrast,RealT minGradientContrast,RealT maxCompactness)
Constructor
indIndex of types of intererest.

const DListC<RegBoundaryC> Prune(const DListC<RegBoundaryC> & before) const
Prunes list of regions according to region size
indIndex of types of intererest.


Programmer:Robert Crida, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001