Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::CV::Segmentation::PixelContourT< T > |
This class implements a contour with pixel accuracy. More... | |
Namespaces | |
namespace | Ocean |
The namespace covering the entire Ocean framework. | |
namespace | Ocean::CV |
Namespace of the CV library. | |
namespace | Ocean::CV::Segmentation |
Namespace of the CV Segmentation library. | |
Typedefs | |
typedef PixelContourT< unsigned int > | Ocean::CV::Segmentation::PixelContour |
Definition of the default PixelContour object with a data type allowing only positive coordinate values. | |
typedef PixelContourT< int > | Ocean::CV::Segmentation::PixelContourI |
Definition of a PixelContour object with a data type allowing positive and negative coordinate values. | |
typedef std::vector< PixelContour > | Ocean::CV::Segmentation::PixelContours |
Definition of a vector holding pixel contours (with positive coordinate values). | |
typedef std::vector< PixelContourI > | Ocean::CV::Segmentation::PixelContoursI |
Definition of a vector holding pixel contours (with positive and negative coordinate values). | |