Ocean
CV.h File Reference

Go to the source code of this file.

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.
 
 Ocean::CV
 Namespace of the CV library.
 

Typedefs

typedef std::vector< PixelDirection > Ocean::CV::PixelDirections
 Definition of a vector holding pixel directions. More...
 

Enumerations

enum  Ocean::CV::PixelDirection : int32_t {
  Ocean::CV::PD_INVALID = -1 , Ocean::CV::PD_NORTH = 0 , Ocean::CV::PD_NORTH_WEST = 45 , Ocean::CV::PD_WEST = 90 ,
  Ocean::CV::PD_SOUTH_WEST = 135 , Ocean::CV::PD_SOUTH = 180 , Ocean::CV::PD_SOUTH_EAST = 225 , Ocean::CV::PD_EAST = 270 ,
  Ocean::CV::PD_NORTH_EAST = 315
}
 Definition of individual directions with pixel accuracy. More...
 
enum  Ocean::CV::PixelCenter : uint32_t { Ocean::CV::PC_TOP_LEFT , Ocean::CV::PC_CENTER }
 Definition of individual centers of pixels. More...