Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::CV::Detector::ShapeDetector |
This class is a collection of detectors for geometric shapes. More... | |
class | Ocean::CV::Detector::ShapeDetector::TwoLineShape |
This class implements the base class for all shapes based on two lines. More... | |
class | Ocean::CV::Detector::ShapeDetector::LShape |
This class implements an L-shape element like a corner of a rectangle. More... | |
class | Ocean::CV::Detector::ShapeDetector::TShape |
This class implements a T-shape element like a junction connecting two lines, with one line having the connecting at an end point and the other in the middle of th line. More... | |
class | Ocean::CV::Detector::ShapeDetector::XShape |
This class implements a X-shape element like a crossing of two lines, with both lines not crossing near to an end point. More... | |
class | Ocean::CV::Detector::ShapeDetector::PatternDetectorGradientBased |
This class implements a shape detector mainly based on gradients. More... | |
class | Ocean::CV::Detector::ShapeDetector::PatternDetectorVarianceBased |
This class implements a shape detector mainly based on variance. More... | |
class | Ocean::CV::Detector::ShapeDetector::PatternDetectorGradientVarianceBased |
This class implements a shape detector based on gradients and variance. More... | |
Namespaces | |
Ocean | |
The namespace covering the entire Ocean framework. | |
Ocean::CV | |
Namespace of the CV library. | |
Ocean::CV::Detector | |
Namespace of the CV Detector library. | |