67#define JEVOIS_CAMERA_ASPECT (16.0 / 9.0)
69#define JEVOIS_CAMERA_ASPECT (4.0 / 3.0)
81 void imgToStd(
float & x,
float & y, RawImage
const & camimg,
float const eps = 0.1F);
92 void imgToStd(
float & x,
float & y,
unsigned int const width,
unsigned int const height,
float const eps = 0.1F);
102 void imgToStdX(
float & x,
unsigned int const width,
float const eps = 0.1F);
112 void imgToStdY(
float & y,
unsigned int const height,
float const eps = 0.1F);
124 void imgToStdSize(
float & w,
float &
h,
unsigned int const width,
unsigned int const height,
125 float const eps = 0.1F);
136 void stdToImg(
float & x,
float & y, RawImage
const & camimg,
float const eps = 0.1F);
147 void stdToImg(
float & x,
float & y,
unsigned int const width,
unsigned int const height,
float const eps = 0.1F);
159 void stdToImgSize(
float & x,
float & y,
unsigned int const width,
unsigned int const height,
160 float const eps = 0.1F);
void imgToStdX(float &x, unsigned int const width, float const eps=0.1F)
Transform X coordinate in-place from camera to standardized, using given image width and height.
void stdToImg(float &x, float &y, RawImage const &camimg, float const eps=0.1F)
Transform coordinates in-place from standardized to image, using a RawImage to establish image size.
void imgToStdY(float &y, unsigned int const height, float const eps=0.1F)
Transform Y coordinate in-place from camera to standardized, using given image width and height.
void imgToStd(float &x, float &y, RawImage const &camimg, float const eps=0.1F)
Transform coordinates in-place from camera to standardized, using a RawImage to establish image size.
void imgToStdSize(float &w, float &h, unsigned int const width, unsigned int const height, float const eps=0.1F)
Transform size in-place from camera to standardized, using given image width and height.
void stdToImgSize(float &x, float &y, unsigned int const width, unsigned int const height, float const eps=0.1F)
Transform size in-place from standardized to image, using a RawImage to establish image size.
Main namespace for all JeVois classes and functions.