Ocean
PixelContour.h File Reference

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

 Ocean
 The namespace covering the entire Ocean framework.
 
 Ocean::CV
 Namespace of the CV library.
 
 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. More...
 
typedef PixelContourT< int > Ocean::CV::Segmentation::PixelContourI
 Definition of a PixelContour object with a data type allowing positive and negative coordinate values. More...
 
typedef std::vector< PixelContour > Ocean::CV::Segmentation::PixelContours
 Definition of a vector holding pixel contours (with positive coordinate values). More...
 
typedef std::vector< PixelContourI > Ocean::CV::Segmentation::PixelContoursI
 Definition of a vector holding pixel contours (with positive and negative coordinate values). More...