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

  /external/opencv/cvaux/src/
camshift.cpp 177 cvCalcHist( m_color_planes, m_hist, 0, m_mask );
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h 623 function cvSetHistBinRanges. Though cvCalcHist and cvCalcBackProject may process 8-bit images
644 by cvCalcHist and filled with 0 by cvCalcBackProject.
    [all...]
  /external/opencv/cv/include/
cv.h     [all...]
cvcompat.h 124 #define cvCalcHistMask(img, mask, hist, doNotClear) cvCalcHist(img, hist, doNotClear, mask)
    [all...]
  /external/opencv3/modules/imgproc/test/
test_histograms.cpp 1118 ////////////// cvCalcHist //////////////
    [all...]
  /external/opencv/cv/src/
cvhistogram.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp     [all...]

Completed in 131 milliseconds