Function CvMat from cvio
Brief description
CvMat(filename:String):CvMat
Loads an OpenCV matrix from file with a header 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 with a header element-wise
Input parameters
-
filename:
String
- Name of the file to load
Return values
-
Default return value:
CvMat
- New matrix
