Home
last modified time | relevance | path

Searched refs:alloc_data (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcximage.cpp215 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/
Dcxcore.hpp221 CvMatrix( int rows, int cols, int type, CvMemStorage* storage, bool alloc_data=true );