Ocean
Loading...
Searching...
No Matches
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

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

using Ocean::CV::Segmentation::PixelContour = PixelContourT< unsigned int >
 Definition of the default PixelContour object with a data type allowing only positive coordinate values.
 
using Ocean::CV::Segmentation::PixelContourI = PixelContourT< int >
 Definition of a PixelContour object with a data type allowing positive and negative coordinate values.
 
using Ocean::CV::Segmentation::PixelContours = std::vector< PixelContour >
 Definition of a vector holding pixel contours (with positive coordinate values).
 
using Ocean::CV::Segmentation::PixelContoursI = std::vector< PixelContourI >
 Definition of a vector holding pixel contours (with positive and negative coordinate values).