|
bazar
1.3.1
|
#include <growmat.h>
Public Member Functions | |
| CvGrowMat (int maxlines, int maxcols, int type) | |
| ~CvGrowMat () | |
| void | resize (int lines, int cols) |
| CvGrowMat::CvGrowMat | ( | int | maxlines, |
| int | maxcols, | ||
| int | type | ||
| ) |
Definition at line 3 of file growmat.cpp.
| CvGrowMat::~CvGrowMat | ( | ) |
Definition at line 10 of file growmat.cpp.
| void CvGrowMat::resize | ( | int | lines, |
| int | cols | ||
| ) |
Definition at line 15 of file growmat.cpp.
Referenced by loadMat().
1.8.1.2