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

  /external/opencv/cv/src/
cvhistogram.cpp 148 if( !CV_IS_HIST(temp))
177 if( !CV_IS_HIST(hist) )
194 if( !CV_IS_HIST(hist) )
231 if( !CV_IS_HIST(hist) )
285 if( !CV_IS_HIST(hist) )
413 if( !CV_IS_HIST(hist1) || !CV_IS_HIST(hist2) )
670 if( !CV_IS_HIST(src) || (dst && !CV_IS_HIST(dst)) )
733 if( !CV_IS_HIST(hist)
    [all...]
cvpgh.cpp 343 if( !CV_IS_HIST(hist))
cvthresh.cpp 214 if( !CV_IS_HIST(hist) || CV_IS_SPARSE_HIST(hist) || hist->mat.dims != 1 )
  /external/opencv3/modules/imgproc/src/
histogram.cpp     [all...]
  /external/opencv/cxcore/include/
cxtypes.h 819 #define CV_IS_HIST( hist ) \
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 758 #define CV_IS_HIST( hist ) \
    [all...]

Completed in 454 milliseconds