Searched refs:CvHistogram (Results 1 – 8 of 8) sorted by relevance
/external/opencv/cv/src/ |
D | cvhistogram.cpp | 44 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 …]
|
D | 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 ) 328 cvCalcContrastHist( IplImage ** img, CvHistogram * hist, int dont_clear, IplImage * mask )
|
D | cvthresh.cpp | 197 icvGetThreshVal_Otsu( const CvHistogram* hist ) in icvGetThreshVal_Otsu() 299 CvHistogram* hist = 0; in cvThreshold()
|
D | cvpgh.cpp | 334 cvCalcPGH( const CvSeq * contour, CvHistogram * hist ) in cvCalcPGH()
|
D | cvmotempl.cpp | 288 CvHistogram* hist = 0; in cvCalcGlobalOrientation()
|
/external/opencv/cv/include/ |
D | cv.h | 779 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/ |
D | cvaux.hpp | 122 CvHistogram* m_hist;
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 809 typedef struct CvHistogram struct 817 CvHistogram; argument 821 (((CvHistogram*)(hist))->type & CV_MAGIC_MASK) == CV_HIST_MAGIC_VAL && \
|