Searched refs:cvIntegral (Results 1 – 11 of 11) sorted by relevance
/external/opencv/cv/src/ |
D | cvtemplmatch.cpp | 429 CV_CALL( cvIntegral( img, sum, 0, 0 )); in cvMatchTemplate() 438 CV_CALL( cvIntegral( img, sum, sqsum, 0 )); in cvMatchTemplate()
|
D | cvsurf.cpp | 294 cvIntegral( img, sum ); in cvExtractSURF() 300 cvIntegral( mask1, mask_sum ); in cvExtractSURF()
|
D | cvsumpixels.cpp | 311 cvIntegral( const CvArr* image, CvArr* sumImage, in cvIntegral() function
|
D | cvhaar.cpp | 976 cvIntegral( &img1, &sum1, &sqsum1, _tilted ); in cvHaarDetectObjects() 1094 cvIntegral( img, sum, sqsum, tilted ); in cvHaarDetectObjects() 1100 cvIntegral( temp, sumcanny ); in cvHaarDetectObjects()
|
D | mycvHaarDetectObjects.cpp | 1126 cvIntegral( img, sum, sqsum, tilted ); in mycvHaarDetectObjects()
|
/external/opencv3/modules/imgproc/src/ |
D | sumpixels.cpp | 548 cvIntegral( const CvArr* image, CvArr* sumImage, in cvIntegral() function
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 137 CVAPI(void) cvIntegral( const CvArr* image, CvArr* sum,
|
/external/opencv3/modules/objdetect/src/ |
D | haar.cpp | 1605 cvIntegral( &img1, &sum1, &sqsum1, _tilted ); in cvHaarDetectObjectsForROC() 1635 cvIntegral( img, sum, sqsum, tilted ); in cvHaarDetectObjectsForROC() 1641 cvIntegral( temp, sumcanny ); in cvHaarDetectObjectsForROC()
|
/external/opencv/cv/include/ |
D | cvcompat.h | 107 #define cvIntegralImage cvIntegral
|
D | cv.h | 93 CVAPI(void) cvIntegral( const CvArr* image, CvArr* sum, in LOAD_CHDL()
|
/external/opencv3/modules/imgproc/test/ |
D | test_filter.cpp | 1655 cvIntegral( test_array[INPUT][0], test_array[OUTPUT][0], in run_func()
|