Searched refs:cvPyrUp (Results 1 – 6 of 6) sorted by relevance
/external/opencv/cv/src/ |
D | cvsegmentation.cpp | 419 cvPyrUp( dst_pyramid[level+1], dst_pyramid[level] ); in cvPyrMeanShiftFiltering()
|
D | cvpyramids.cpp | 927 cvPyrUp( const void* srcarr, void* dstarr, int _filter ) in cvPyrUp() function
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 156 CVAPI(void) cvPyrUp( const CvArr* src, CvArr* dst,
|
/external/opencv/cv/include/ |
D | cv.h | 110 CVAPI(void) cvPyrUp( const CvArr* src, CvArr* dst, in LOAD_CHDL()
|
/external/opencv3/modules/imgproc/test/ |
D | test_filter.cpp | 1164 cvPyrUp( test_array[INPUT][0], test_array[OUTPUT][0], CV_GAUSSIAN_5x5 ); in run_func()
|
/external/opencv3/modules/imgproc/src/ |
D | pyramids.cpp | 1447 CV_IMPL void cvPyrUp( const void* srcarr, void* dstarr, int _filter ) in cvPyrUp() function
|