Function cvCameraSaveXML from cvio
Brief description
cvCameraSaveXML(filename:String,P:CvMat,D:CvMat):void
Saves a description of an OpenCV camera to an XML file More ...
Function information
Name: | cvCameraSaveXML |
Base: | |
Group: | OpenCV plugins:I/O plugins |
Icon: | calibrate.png |
Color: | blue |
Authors: | Aless Lasaruk |
Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Saves a description of an OpenCV camera to an XML file. Refer to the OpenCV documentation for the description of the calibration parameters.
Input parameters
-
filename:
String
- File name
-
P:
CvMat
- Camera projection matrix
-
D:
CvMat
- Camera distortion vector
Return values
-
Default return value:
void