Searched refs:cvGetCol (Results 1 - 7 of 7) sorted by relevance

/external/opencv/ml/src/
H A Dml_inner_functions.cpp306 CV_CALL(cvGetCol (data, &data_comp, i));
308 CV_CALL(cvGetCol (centers, &centers_comp, i));
1699 cvGetCol( predict_input, &predict_input_part, idx );
H A Dmlcnn.cpp983 CV_CALL(cvGetCol( weights, &bias, weights->cols-1));
/external/opencv/cvaux/src/
H A Dcvlevmarprojbandle.cpp866 cvGetCol(points4D,&point4D,currPoint);
/external/opencv/cv/src/
H A Dcvcalibration.cpp1219 cvGetCol( &_H, &_h1, 0 );
1274 cvGetCol( &_RRt, &_tt, 3 );
2575 cvGetCol( &BxBy, &B, 0 );
H A Dcvimgwarp.cpp1119 cvGetCol( &srcAb, &b, 2 );
1121 cvGetCol( &dstAb, &invAb, 2 );
/external/opencv/cxcore/include/
H A Dcxcore.h217 CV_INLINE CvMat* cvGetCol( const CvArr* arr, CvMat* submat, int col ) function
/external/opencv/cvaux/include/
H A Dcvmat.hpp1416 cvGetCol( &mat, this, i );

Completed in 143 milliseconds