Function cvCameraSave from cvio
Brief description
cvCameraSave(filename:String,P:CvMat,D:CvMat):void
Saves a description of an OpenCV camera to the file More ...
Function information
| Name: | cvCameraSave |
| 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 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
-
P:
CvMat
- Camera projection matrix
-
D:
CvMat
- Camera distortion vector
Return values
-
Default return value:
void
