mexopencv
3.4.1
MEX interface for OpenCV library
|
Functions | |
MxArray | toStruct (double fovx, double fovy, double focalLength, const Point2d &principalPoint, double aspectRatio) |
Create a new MxArray from characteristics of camera matrix. More... | |
MxArray anonymous_namespace{calibrationMatrixValues.cpp}::toStruct | ( | double | fovx, |
double | fovy, | ||
double | focalLength, | ||
const Point2d & | principalPoint, | ||
double | aspectRatio | ||
) |
Create a new MxArray from characteristics of camera matrix.
fovx | Field of view along the horizontal sensor axis. |
fovy | Field of view along the vertical sensor axis. |
focalLength | Focal length of the lens. |
principalPoint | Principal point. |
aspectRatio | Aspect ratio fy/fx . |
Definition at line 22 of file calibrationMatrixValues.cpp.