Searched defs:worktype (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxmatrix.cpp848 const int worktype = CV_64FC1; local
849 int buf_size = size.width*size.height*CV_ELEM_SIZE(worktype);
871 CV_CALL( cvInitMatHeader( &tmat, size.height, size.width, worktype, buffer ));
872 if( type == worktype )
879 decomp_func = (CvLUDecompFunc)(lu_decomp_tab.fn_2d[CV_MAT_DEPTH(worktype)-CV_32F]);
1103 const int worktype = CV_64FC1; local
1104 int buf_size = size.width*size.height*CV_ELEM_SIZE(worktype);
1123 CV_CALL( cvInitMatHeader( &tmat, size.height, size.width, worktype, buffer ));
1124 if( type == worktype )
1402 int worktype local
[all...]

Completed in 74 milliseconds