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

  /external/opencv/cv/src/
cvpgh.cpp 296 d1 = CV_IMAX( d1, d2 );
297 dist = CV_IMAX( dist, d1 );
cvhough.cpp 387 i = CV_IMAX( i, -1 );
    [all...]
  /external/opencv/cxcore/src/
cxcmp.cpp     [all...]
  /external/opencv/cxcore/include/
cxtypes.h 199 #define CV_IMAX(a, b) ((a) ^ (((a)^(b)) & (((a) > (b)) - 1)))
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 186 #define CV_IMAX(a, b) ((a) ^ (((a)^(b)) & (((a) > (b)) - 1)))
    [all...]
  /external/opencv3/modules/imgproc/src/
hough.cpp 367 i = CV_IMAX( i, -1 );
    [all...]

Completed in 57 milliseconds