Function CvMat from cvio
Brief description
CvMat(filename:String,rows:int,columns:int,format:String):CvMat
Loads an OpenCV matrix from file element-wise More ...
Function information
| Name: | CvMat |
| Base: | CvMat |
| Group: | OpenCV plugins:I/O plugins |
| Icon: | opencv.png |
| Color: | blue |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Loads an OpenCV matrix from file element-wise
Input parameters
-
filename:
String
- Name of the file to load
-
rows:
int
- Number of matrix rows
-
columns:
int
- Number of matrix columns
-
format:
String
- One of the 'F' for double or 'I' for integer
Return values
-
Default return value:
CvMat
- New matrix
