Home
last modified time | relevance | path

Searched refs:cvLaplace (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h197 CVAPI(void) cvLaplace( const CvArr* src, CvArr* dst,
/external/opencv/cv/src/
Dcvderiv.cpp798 cvLaplace( const void* srcarr, void* dstarr, int aperture_size ) in cvLaplace() function
/external/opencv3/modules/imgproc/src/
Dderiv.cpp958 cvLaplace( const void* srcarr, void* dstarr, int aperture_size ) in cvLaplace() function
/external/opencv/cv/include/
Dcv.h159 CVAPI(void) cvLaplace( const CvArr* src, CvArr* dst, in LOAD_CHDL()
/external/opencv3/modules/imgproc/test/
Dtest_filter.cpp596 cvLaplace( test_array[inplace ? OUTPUT : INPUT][0], in run_func()