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

  /external/opencv/cxcore/include/
cxerror.h 62 #define CV_HeaderIsNull -9 /* image header is NULL */
  /external/opencv/cxcore/src/
cxarray.cpp 227 CV_ERROR_FROM_CODE( CV_HeaderIsNull );
707 CV_ERROR_FROM_CODE( CV_HeaderIsNull );
    [all...]
  /external/opencv3/modules/core/src/
array.cpp 189 CV_Error( CV_HeaderIsNull, "" );
589 CV_Error( CV_HeaderIsNull, "" );
    [all...]
  /external/opencv/cvaux/src/
cv3dtracker.cpp 99 CV_ERROR( CV_HeaderIsNull, "Null image" );
  /external/opencv/cv/src/
cvmorph.cpp     [all...]
cvhistogram.cpp 56 CV_ERROR( CV_HeaderIsNull, "Null <sizes> pointer" );
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 129 CV_HeaderIsNull= -9, /**< image header is NULL */
    [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp     [all...]

Completed in 46 milliseconds