|
Ocean
|
Go to the source code of this file.
Data Structures | |
| class | Ocean::CV::Detector::QRCodes::FinderPattern |
| Definition of a class for finder patterns of QR codes (squares in the top-left, top-right and bottom-left corners) More... | |
| class | Ocean::CV::Detector::QRCodes::FinderPatternDetector |
| This class implements a detector for finder patterns which are part of QR Codes. More... | |
| class | Ocean::CV::Detector::QRCodes::FinderPatternDetector::TransitionHistory |
| This class implements a simple history for previous pixel transitions (a sliding window of pixel transitions). 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::QRCodes |
Typedefs | |
| using | Ocean::CV::Detector::QRCodes::IndexTriplet = std::array< unsigned int, 3 > |
| Definition of a triplet of indices. | |
| using | Ocean::CV::Detector::QRCodes::IndexTriplets = std::vector< IndexTriplet > |
| Definition of a vector index triplets. | |
| using | Ocean::CV::Detector::QRCodes::FinderPatterns = std::vector< FinderPattern > |
| Definition of a vector holding finder pattern. | |
| using | Ocean::CV::Detector::QRCodes::FinderPatternTriplet = std::array< FinderPattern, 3 > |
| Definition of a 3-tuple of finder patterns. | |