Function save from cvio
Brief description
save(matrix:CvMat,filename:String,header:bool):void
Writes an OpenCV matrix to a file More ...
Function information
Name: | save |
Base: | CvMat |
Group: | OpenCV plugins:I/O plugins |
Icon: | opencv.png |
Color: | blue |
Authors: | Aless Lasaruk |
Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Writes an OpenCV matrix to a file
Input parameters
-
matrix:
CvMat
- Matrix to write
-
filename:
String
- Name of the file to save
-
header:
bool
- If true a header is additionally written
Return values
-
Default return value:
void