1 #ifndef CalibratedCamera_INCLUDE_ONCE 2 #define CalibratedCamera_INCLUDE_ONCE 44 void setCalibratedImageSize(
int width,
int height,
float pixelaspect = 1.0);
56 void setIntrinsicParameters(
float fx,
float fy,
float cx,
float cy);
69 void setScreenSize(
int width,
int height);
90 void updateCalibration();
int imageWidth() const
Image width in pixels.
int screenHeight() const
Screen height in pixels.
#define VL_INSTRUMENT_CLASS(ClassName, BaseClass)
Visualization Library main namespace.
int imageHeight() const
Image height in pixels.
Calibrated camera for augmented reality.
#define VLGRAPHICS_EXPORT
float pixelAspectRatio() const
The width of a single pixel divided by its height.
int screenWidth() const
Image width in pixels.
Represents a virtual camera defining, among other things, the point of view from which scenes can be ...