classPiiCvMat
#include <PiiOpenCv.h>
A class that makes it possible to reuse the data in a PiiMatrix in an CvMat.
Inherits PiiMatrix< T >
Description
Works similarly to PiiIplImage, but stores the data in a CvMat.
Public types
Constructors and destructor
|
Creates a new CvMat wrapper that shares the pixel data with matrix. |
Public member functions
|
template<class T>
PiiCvMat< T >
|
Creates a modifiable wrapper for |
|
template<class T>
PiiCvMat< T, true >
|
Creates a const wrapper for |
Function details
-
-
Creates a new CvMat wrapper that shares the pixel data with matrix.
-
Creates a modifiable wrapper for
matthat can be used as a CvMat in OpenCV function calls. -
Creates a const wrapper for
matthat can be used as an CvMat in OpenCV function calls.
Add a note
Not a single note added yet. Be the first, add yours.