Function cvCameraLoadXML from cvio
Brief description
cvCameraLoadXML(filename:String,name:String):List
Loads a description of an OpenCV camera from an XML file More ...
Function information
| Name: | cvCameraLoadXML |
| 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 an XML file. Refer to the OpenCV documentation for the description of the calibration parameters.
Input parameters
-
filename:
String
- File name
-
name:
String
- Optional name of the camera
Return values
-
Default return value:
List
- List of the projection matrix and the distortion vector
