|
Ocean
|
Go to the source code of this file.
Data Structures | |
| class | Ocean::CV::Detector::Bullseyes::HalfRay |
| Structure to hold a single half-ray result from radial consistency checking. More... | |
| class | Ocean::CV::Detector::Bullseyes::Diameter |
| Structure to hold diameter results (positive + negative half-rays). More... | |
| class | Ocean::CV::Detector::Bullseyes::Bullseye |
| Definition of a bullseye composed of a location and a radius. 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. | |
| namespace | Ocean::CV::Detector::Bullseyes |
| Namespace of the bullseye code library. | |
Typedefs | |
| using | Ocean::CV::Detector::Bullseyes::HalfRays = std::vector< HalfRay > |
| Definition of a vector holding half-rays. | |
| using | Ocean::CV::Detector::Bullseyes::Diameters = std::vector< Diameter > |
| Definition of a vector holding diameters. | |
| using | Ocean::CV::Detector::Bullseyes::Bullseyes = std::vector< Bullseye > |
| Definition of a vector holding bullseyes. | |