/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
imgproc_c.h | 646 CVAPI(CvHistogram*) cvCreateHist( int dims, int* sizes, int type, 661 CVAPI(void) cvSetHistBinRanges( CvHistogram* hist, float** ranges, 677 CVAPI(CvHistogram*) cvMakeHistHeaderForArray( 678 int dims, int* sizes, CvHistogram* hist, 689 CVAPI(void) cvReleaseHist( CvHistogram** hist ); 698 CVAPI(void) cvClearHist( CvHistogram* hist ); 713 CVAPI(void) cvGetMinMaxHistValue( const CvHistogram* hist, 727 CVAPI(void) cvNormalizeHist( CvHistogram* hist, double factor ); 737 CVAPI(void) cvThreshHist( CvHistogram* hist, double threshold ); 741 CVAPI(double) cvCompareHist( const CvHistogram* hist1 [all...] |
/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/opencv3/modules/imgproc/src/ |
histogram.cpp | [all...] |
/external/opencv3/modules/imgproc/test/ |
test_histograms.cpp | 83 vector<CvHistogram*> hist; [all...] |
/external/opencv/cxcore/include/ |
cxtypes.h | 809 typedef struct CvHistogram 817 CvHistogram; 821 (((CvHistogram*)(hist))->type & CV_MAGIC_MASK) == CV_HIST_MAGIC_VAL && \ [all...] |
/external/opencv3/modules/core/include/opencv2/core/ |
types_c.h | 748 typedef struct CvHistogram 756 CvHistogram; 760 (((CvHistogram*)(hist))->type & CV_MAGIC_MASK) == CV_HIST_MAGIC_VAL && \ [all...] |