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

  /external/opencv/cxcore/include/
cxerror.h 66 #define CV_BadStep -13 /**/
  /external/opencv/cxcore/src/
cxerror.cpp 287 case CV_BadStep : return "Image step is wrong";
438 case CV_BADSTEP_ERR: return CV_BadStep ;
cxjacobieigens.cpp 405 CV_ERROR( CV_BadStep, "all the matrices must be continuous" );
cxarray.cpp 199 CV_ERROR_FROM_CODE( CV_BadStep );
1067 CV_ERROR_FROM_CODE( CV_BadStep );
1090 CV_ERROR_FROM_CODE( CV_BadStep );
1118 CV_ERROR( CV_BadStep,
    [all...]
cxconvert.cpp 491 CV_ERROR( CV_BadStep, "" );
597 CV_ERROR( CV_BadStep, "" );
    [all...]
  /external/opencv/cv/src/
cvoptflowbm.cpp 600 CV_ERROR( CV_BadStep, "two source or two destination images have different steps" );
cvoptflowhs.cpp 526 CV_ERROR( CV_BadStep, "source and destination images have different step" );
cvoptflowlk.cpp 602 CV_ERROR( CV_BadStep, "source and destination images have different step" );
  /external/opencv3/modules/core/src/
system.cpp 749 case CV_BadStep : return "Image step is wrong";
813 case CV_BADSTEP_ERR: return CV_BadStep;
    [all...]
array.cpp 168 CV_Error( CV_BadStep, "" );
914 CV_Error( CV_BadStep, "" );
935 CV_Error( CV_BadStep, "" );
959 CV_Error( CV_BadStep,
    [all...]
umatrix.cpp 506 CV_Error( CV_BadStep,
matrix.cpp 983 CV_Error( CV_BadStep,
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 133 CV_BadStep= -13, /**/
    [all...]

Completed in 67 milliseconds