Home Previous Up Next Index

visionx::CameraParameters

Overview

struct CameraParameters

Used By

MonocularCalibration::cameraParam

Data Member Index

width
height
principalPoint
focalLength
distortion
rotation
translation

Data Members

int width;
int height;
types::Vec principalPoint;
types::Vec focalLength;
types::Vec distortion;
types::Mat rotation;
types::Vec translation;

Home Previous Up Next Index