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

  /external/opencv/cxcore/include/
cxtypes.h 534 #define CV_IS_CONT_MAT CV_IS_MAT_CONT
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 802 if( CV_IS_CONT_MAT(objectPoints->type) && CV_MAT_DEPTH(objectPoints->type) == CV_64F &&
812 if( CV_IS_CONT_MAT(imagePoints->type) && CV_MAT_DEPTH(imagePoints->type) == CV_64F &&
    [all...]

Completed in 22 milliseconds