Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::CV::Detector::LineEvaluator |
This class implements an evalutator for line segments. More... | |
class | Ocean::CV::Detector::LineEvaluator::LineMatch |
This class is the base class for all line matches. More... | |
class | Ocean::CV::Detector::LineEvaluator::PerfectLineMatch |
This class implements a perfect match between a source line and a target line. More... | |
class | Ocean::CV::Detector::LineEvaluator::PartialLineMatch |
This class implements a partial match between one source line and several target lines. More... | |
class | Ocean::CV::Detector::LineEvaluator::ComplexLineMatch |
This class implements a complex match between one source line and several target lines. More... | |
Namespaces | |
namespace | Ocean |
The namespace covering the entire Ocean framework. | |
namespace | Ocean::CV |
Namespace of the CV library. | |
namespace | Ocean::CV::Detector |
Namespace of the CV Detector library. | |