Classes | |
| class | BVImageProcessor |
| class | CConverter |
| struct | DirectAssociate |
| struct | HistThreshold |
| struct | NoAssociate |
| struct | NoLabel |
| struct | NoPrefilter |
| struct | NoThreshold |
| class | ProcessingChain |
| struct | SimpleAdjust |
| struct | SimpleLabel |
| struct | SimpleThreshold |
| struct | SonarHead |
| struct | TrackedFeature |
| class | TrackerROI |
Typedefs | |
| typedef boost::shared_ptr < cv::Mat > | MatPtr |
| typedef boost::shared_ptr < TrackedFeature > | TrackedFeaturePtr |
| typedef std::vector < TrackedFeature > | TrackedFeatureVec |
| typedef boost::shared_ptr < TrackedFeatureVec > | TrackedFeatureVecPtr |
| typedef boost::shared_ptr < TrackerROI > | TrackerROIPtr |
| typedef boost::shared_ptr<cv::Mat> labust::blueview::MatPtr |
The image processing class. This structure contains all the line data interesting to us. The OpenCV data pointer.
Definition at line 131 of file trackerfwd.hpp.
| typedef boost::shared_ptr<TrackedFeature> labust::blueview::TrackedFeaturePtr |
The TrackedFeature pointer.
Definition at line 95 of file trackerfwd.hpp.
| typedef std::vector<TrackedFeature> labust::blueview::TrackedFeatureVec |
Tracked feature vector.
Definition at line 99 of file trackerfwd.hpp.
| typedef boost::shared_ptr< TrackedFeatureVec > labust::blueview::TrackedFeatureVecPtr |
The tracked feature vector pointer.
Definition at line 103 of file trackerfwd.hpp.
| typedef boost::shared_ptr<TrackerROI> labust::blueview::TrackerROIPtr |
The TrackerROI pointer.
Definition at line 109 of file trackerfwd.hpp.