| Default Classes | Description |
| RegBoundaryBC | Stores a region boundary as well as statistcs |
| RegSeedC | Stores seeds for region growing |
| RegOrderedGrowC | Segmentation using region growing ordered by boundary pixel intensity. |
| StaticTrackC | Performs static tracking stage, no temporal information |
| RegBoundaryC | Stores a region boundary as well as statistcs |
| ClusterTrackC | Performs motion cluster tracking, considers only current frame motion |
| FeatureTrackC | Performs history analysis of the tracked objects, ie temporal filtering |
| NumCostRegionBC | Implementation class for cost function used for comparing image regions. |
| MotionTrackC | Performs motion tracking stage |
| NumCostRegionC | Optimisation cost function interface for image region comparison. |