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

  /external/opencv/cv/src/
cvcorner.cpp 235 if( (aperture_size < 3 && aperture_size != CV_SCHARR) || !(aperture_size & 1) )
237 "Derivative filter aperture size must be a positive odd number >=3 or CV_SCHARR" );
245 aperture_size = aperture_size == CV_SCHARR ? 3 : aperture_size;
251 if( depth == CV_8U && aperture_size0 == CV_SCHARR )
256 else if( depth == CV_32F && aperture_size0 == CV_SCHARR )
309 if( aperture_size0 == CV_SCHARR )
541 if( aperture_size == CV_SCHARR )
542 CV_ERROR( CV_StsOutOfRange, "CV_SCHARR is not supported by this function" );
cvderiv.cpp 206 if( ((aperture_size == CV_SCHARR || aperture_size == 3 || aperture_size == 5) &&
219 if( aperture_size == CV_SCHARR )
    [all...]
cvfilter.cpp     [all...]
  /external/opencv/cv/include/
cv.h 148 #define CV_SCHARR -1
    [all...]

Completed in 81 milliseconds