CVBpy 15.0
CoordinateSystemType Class Reference

Enumeration of the different available coordinate systems that an Area of interest may be defined in. More...

Inherits object.

Static Public Attributes

int ImageCoordinates = 1
 The image coordinate system is defined in the image. More...
 
int PixelCoordinates = 0
 Pixel coordinates are defined as follows: More...
 

Detailed Description

Enumeration of the different available coordinate systems that an Area of interest may be defined in.

Member Data Documentation

◆ ImageCoordinates

int ImageCoordinates = 1
static

The image coordinate system is defined in the image.

The image specifies an affine linear transformation from the pixel coordinate system to the image coordinate system.It is a right handed coordinate system: the positive y-axis points "down", the positive x-axis points right.

◆ PixelCoordinates

int PixelCoordinates = 0
static

Pixel coordinates are defined as follows:

  • The distance from one pixel to the next in horizontal or vertical direction has a length of 1.
  • The origin (0, 0) is located in the top left corner of the image.
  • The positive x-axis points right, the positive y-axis points down.