Searched refs:cvCreateHist (Results 1 – 8 of 8) sorted by relevance
/external/opencv/cvaux/src/ |
D | camshift.cpp | 263 m_hist = cvCreateHist( c_dims, dims, CV_HIST_ARRAY, 0, 0 ); in set_hist_dims()
|
/external/opencv/cv/src/ |
D | cvthresh.cpp | 343 CV_CALL( hist = cvCreateHist( 1, &hist_size, CV_HIST_ARRAY, &ranges )); in cvThreshold()
|
D | cvmotempl.cpp | 328 CV_CALL( hist = cvCreateHist( 1, &hist_size, CV_HIST_ARRAY, &ranges )); in cvCalcGlobalOrientation()
|
D | cvhistogram.cpp | 45 cvCreateHist( int dims, int *sizes, CvHistType type, float** ranges, int uniform ) in cvCreateHist() function 695 CV_CALL( dst = cvCreateHist( dims1, size1, in cvCopyHist() 2331 CV_CALL( hist = cvCreateHist( 1, &hist_sz, CV_HIST_ARRAY )); in cvEqualizeHist()
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 646 CVAPI(CvHistogram*) cvCreateHist( int dims, int* sizes, int type,
|
/external/opencv/cv/include/ |
D | cv.h | 824 CVAPI(CvHistogram*) cvCreateHist( int dims, int* sizes, int type, in LOAD_CHDL()
|
/external/opencv3/modules/imgproc/test/ |
D | test_histograms.cpp | 292 hist[i] = cvCreateHist( cdims, dims, hist_type, r, uniform ); in prepare_test_case()
|
/external/opencv3/modules/imgproc/src/ |
D | histogram.cpp | 2594 cvCreateHist( int dims, int *sizes, CvHistType type, float** ranges, int uniform ) in cvCreateHist() function 3082 dst = cvCreateHist( dims1, size1, !is_sparse ? CV_HIST_ARRAY : CV_HIST_SPARSE, 0, 0 ); in cvCopyHist()
|