HomeSort by relevance Sort by last modified time
    Searched refs:CV_64FC3 (Results 1 - 5 of 5) sorted by null

  /external/opencv/cv/include/
cvcompat.h 626 object_points = cvMat( total, 1, CV_64FC3, _object_points );
669 CvMat object_points = cvMat( point_count, 1, CV_64FC3, _object_points );
673 CvMat rotation_vector = cvMat( 1, 1, CV_64FC3, _rotation_vector );
674 CvMat translation_vector = cvMat( 1, 1, CV_64FC3, _translation_vector );
712 CvMat object_points = cvMat( point_count, 1, CV_64FC3, _object_points );
741 CvMat object_points = cvMat( point_count, 1, CV_64FC3, _object_points );
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 808 CV_CALL( _M = cvCreateMat( 1, count, CV_64FC3 ));
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h     [all...]
cxtypes.h 518 #define CV_64FC3 CV_MAKETYPE(CV_64F,3)
    [all...]
  /external/opencv/cxcore/src/
cxconvert.cpp 394 tab->fn_2d[CV_64FC3] = (void*)icvCopy##_64f_##FROM##3##TO##3R; \
    [all...]

Completed in 239 milliseconds