Searched refs:alloc_data (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cxcore/src/ |
D | cximage.cpp | 215 CvMatrix::CvMatrix( int rows, int cols, int type, CvMemStorage* storage, bool alloc_data ) in CvMatrix() argument 220 cvInitMatHeader( matrix, rows, cols, type, alloc_data ? in CvMatrix()
|
/external/opencv/cxcore/include/ |
D | cxcore.hpp | 221 CvMatrix( int rows, int cols, int type, CvMemStorage* storage, bool alloc_data=true );
|