Home
last modified time | relevance | path

Searched refs:CvHistogram (Results 1 – 8 of 8) sorted by relevance

/external/opencv/cv/src/
Dcvhistogram.cpp44 CvHistogram *
47 CvHistogram *hist = 0; in cvCreateHist()
58 CV_CALL( hist = (CvHistogram *)cvAlloc( sizeof( CvHistogram ))); in cvCreateHist()
91 CV_IMPL CvHistogram*
92 cvMakeHistHeaderForArray( int dims, int *sizes, CvHistogram *hist, in cvMakeHistHeaderForArray()
95 CvHistogram* result = 0; in cvMakeHistHeaderForArray()
135 cvReleaseHist( CvHistogram **hist ) in cvReleaseHist()
146 CvHistogram* temp = *hist; in cvReleaseHist()
171 cvClearHist( CvHistogram *hist ) in cvClearHist()
188 cvThreshHist( CvHistogram* hist, double thresh ) in cvThreshHist()
[all …]
Dcvcalccontrasthistogram.cpp46 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 )
328 cvCalcContrastHist( IplImage ** img, CvHistogram * hist, int dont_clear, IplImage * mask )
Dcvthresh.cpp197 icvGetThreshVal_Otsu( const CvHistogram* hist ) in icvGetThreshVal_Otsu()
299 CvHistogram* hist = 0; in cvThreshold()
Dcvpgh.cpp334 cvCalcPGH( const CvSeq * contour, CvHistogram * hist ) in cvCalcPGH()
Dcvmotempl.cpp288 CvHistogram* hist = 0; in cvCalcGlobalOrientation()
/external/opencv/cv/include/
Dcv.h779 CVAPI(void) cvCalcPGH( const CvSeq* contour, CvHistogram* hist ); in LOAD_CHDL()
824 CVAPI(CvHistogram*) cvCreateHist( int dims, int* sizes, int type, in LOAD_CHDL()
829 CVAPI(void) cvSetHistBinRanges( CvHistogram* hist, float** ranges, in LOAD_CHDL()
833 CVAPI(CvHistogram*) cvMakeHistHeaderForArray( in LOAD_CHDL()
834 int dims, int* sizes, CvHistogram* hist, in LOAD_CHDL()
839 CVAPI(void) cvReleaseHist( CvHistogram** hist ); in LOAD_CHDL()
842 CVAPI(void) cvClearHist( CvHistogram* hist ); in LOAD_CHDL()
845 CVAPI(void) cvGetMinMaxHistValue( const CvHistogram* hist, in LOAD_CHDL()
853 CVAPI(void) cvNormalizeHist( CvHistogram* hist, double factor ); in LOAD_CHDL()
857 CVAPI(void) cvThreshHist( CvHistogram* hist, double threshold ); in LOAD_CHDL()
[all …]
/external/opencv/cvaux/include/
Dcvaux.hpp122 CvHistogram* m_hist;
/external/opencv/cxcore/include/
Dcxtypes.h809 typedef struct CvHistogram struct
817 CvHistogram; argument
821 (((CvHistogram*)(hist))->type & CV_MAGIC_MASK) == CV_HIST_MAGIC_VAL && \