|
Ocean
|
The Ocean Bullseyes Library implements a detector for bullseye patterns. More...
Data Structures | |
| class | Ocean::CV::Detector::Bullseyes::AssignmentSolver |
| This class solves assignment problems using the Hungarian/Kuhn-Munkres algorithm. More... | |
| class | Ocean::CV::Detector::Bullseyes::Bullseye |
| Definition of a bullseye composed of a location and a radius. More... | |
| class | Ocean::CV::Detector::Bullseyes::BullseyeDetectorMono |
| Implementation of a monocular detector for the bullseye pattern. More... | |
| class | Ocean::CV::Detector::Bullseyes::BullseyeDetectorStereo |
| This class implements a stereo detector for bullseye patterns. More... | |
| class | Ocean::CV::Detector::Bullseyes::TransitionHistory |
| This class implements a simple history for previous pixel transitions (a sliding window of pixel transitions) used for bullseye detection. More... | |
| class | Ocean::CV::Detector::Bullseyes::Utilities |
| This class implements utility functions for the Bullseyes library. More... | |
The Ocean Bullseyes Library implements a detector for bullseye patterns.