|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
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:
- UIntT _minSize;
-
| ind | Index of types of intererest. |
- UIntT _maxSize;
-
| ind | Index of types of intererest. |
- RealT _minAverageContrast;
-
| ind | Index of types of intererest. |
- RealT _minGradientContrast;
-
| ind | Index of types of intererest. |
- RealT _maxCompactness;
-
| ind | Index of types of intererest. |
Methods:
- StaticTrackC(UIntT minSize,UIntT maxSize,RealT minAverageContrast,RealT minGradientContrast,RealT maxCompactness)
-
Constructor
| ind | Index of types of intererest. |
- const DListC<RegBoundaryC> Prune(const DListC<RegBoundaryC> & before) const
-
Prunes list of regions according to region size
| ind | Index of types of intererest. |
|
Programmer:Robert Crida, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|