Function cvCameraLoad from cvio
Brief description
cvCameraLoad(filename:String):List
Loads a description of an OpenCV camera from the file More ...
Function information
| Name: | cvCameraLoad |
| Base: | |
| Group: | OpenCV plugins:I/O plugins |
| Icon: | calibrate.png |
| Color: | blue |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Loads a description of an OpenCV camera from the file. The file contains row-wise the elements of the projection matrix followed by the 4 components of the radial and tangential distortion vector.
Input parameters
-
filename:
String
- File name
Return values
-
Default return value:
List
- List of the projection matrix and the distortion vector
