#include <cvvbasicimage.hxx>
Public Member Functions | |
| CCvMatVBasicImage (int width, int height) | |
| CCvMatVBasicImage (CvMat *pInputMatrix) | |
| ~CCvMatVBasicImage () | |
| void | copyFromCvMat (CvMat inputMatrix) |
| CCvMatVBasicImage< PIXELTYPE, CvMatDerivedType > & | operator= (CvMat inputMatrix) |
Public Attributes | |
| CCvMatDepth< PIXELTYPE > | cvMatDepth |
| CvMatDerivedType *const | pCvMat |
Private Attributes | |
| CvMatDerivedType * | pCvMatPrivate |
Definition at line 45 of file cvvbasicimage.hxx.
|
||||||||||||||||
|
Definition at line 52 of file cvvbasicimage.hxx. |
|
||||||||||
|
Definition at line 73 of file cvvbasicimage.hxx. |
|
|||||||||
|
Definition at line 83 of file cvvbasicimage.hxx. References CCvMatVBasicImage< PIXELTYPE, CvMatDerivedType >::pCvMatPrivate. |
|
||||||||||
|
Definition at line 87 of file cvvbasicimage.hxx. Referenced by CCvMatVBasicImage< PIXELTYPE, CvMatDerivedType >::operator=(). |
|
||||||||||
|
Definition at line 93 of file cvvbasicimage.hxx. References CCvMatVBasicImage< PIXELTYPE, CvMatDerivedType >::copyFromCvMat(). |
|
|||||
|
Definition at line 50 of file cvvbasicimage.hxx. |
|
|||||
|
Definition at line 51 of file cvvbasicimage.hxx. |
|
|||||
|
Definition at line 48 of file cvvbasicimage.hxx. Referenced by CCvMatVBasicImage< PIXELTYPE, CvMatDerivedType >::~CCvMatVBasicImage(). |
1.4.5