|
Ocean
|
Go to the source code of this file.
Data Structures | |
| class | Ocean::CV::Advanced::PixelLineT< T > |
| This class implements a 2D line with pixel precision. More... | |
Namespaces | |
| namespace | Ocean |
| The namespace covering the entire Ocean framework. | |
| namespace | Ocean::CV |
| Namespace of the CV library. | |
| namespace | Ocean::CV::Advanced |
| Namespace of the CV Advanced library. | |
Typedefs | |
| using | Ocean::CV::Advanced::PixelLine = PixelLineT< unsigned int > |
| Definition of the default PixelLine object with a data type allowing only positive coordinate values. | |
| using | Ocean::CV::Advanced::PixelLineI = PixelLineT< int > |
| Definition of a PixelLine object with a data type allowing positive and negative coordinate values. | |
| using | Ocean::CV::Advanced::PixelLines = std::vector< PixelLine > |
| Definition of a vector holding pixel lines (with positive coordinate values). | |
| using | Ocean::CV::Advanced::PixelLinesI = std::vector< PixelLineI > |
| Definition of a vector holding pixel lines (with positive and negative coordinate values). | |