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

  /external/opencv/cv/include/
cv.h     [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 44 CvHistogram *
47 CvHistogram *hist = 0;
58 CV_CALL( hist = (CvHistogram *)cvAlloc( sizeof( CvHistogram )));
91 CV_IMPL CvHistogram*
92 cvMakeHistHeaderForArray( int dims, int *sizes, CvHistogram *hist,
95 CvHistogram* result = 0;
135 cvReleaseHist( CvHistogram **hist )
146 CvHistogram* temp = *hist;
171 cvClearHist( CvHistogram *hist
    [all...]
cvcalccontrasthistogram.cpp 46 CvHistogram* hist, int dont_clear ))
50 CvHistogram* hist, int dont_clear ))
63 CvHistogram* hist, int dont_clear )
176 CvSize size, CvHistogram * hist, int dont_clear )
293 CV_IMPL void cvCalcContrastHist( IplImage** img, CvHistogram* hist, int dont_clear )
328 cvCalcContrastHist( IplImage ** img, CvHistogram * hist, int dont_clear, IplImage * mask )
cvthresh.cpp 197 icvGetThreshVal_Otsu( const CvHistogram* hist )
299 CvHistogram* hist = 0;
cvpgh.cpp 334 cvCalcPGH( const CvSeq * contour, CvHistogram * hist )
cvmotempl.cpp 288 CvHistogram* hist = 0;
  /external/opencv/cvaux/include/
cvaux.hpp 122 CvHistogram* m_hist;
  /external/opencv/cxcore/include/
cxtypes.h 809 typedef struct CvHistogram
817 CvHistogram;
821 (((CvHistogram*)(hist))->type & CV_MAGIC_MASK) == CV_HIST_MAGIC_VAL && \
    [all...]

Completed in 54 milliseconds