Function CvMat from cvbase
Brief description
CvMat(points:std::vector<CvPoint2D32f>):CvMat
Creates a matrix from a vector of points More ...
Function information
| Name: | CvMat |
| Base: | CvMat |
| Group: | OpenCV plugins:Basic plugins |
| Icon: | opencv.png |
| Color: | blue |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Creates a matrix from a vector of points
Input parameters
-
points:
std::vector
- Vector of points
Return values
-
Default return value:
CvMat
- New matrix
