Home
last modified time | relevance | path

Searched refs:preprocess2DKernel (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dfilterengine.hpp367 void preprocess2DKernel( const Mat& kernel, std::vector<Point>& coords, std::vector<uchar>& coeffs …
Dfilter.cpp1981 preprocess2DKernel(kernel, coords, coeffs); in FilterVec_8u()
2064 preprocess2DKernel(kernel, coords, coeffs); in FilterVec_8u16s()
2145 preprocess2DKernel(_kernel, coords, coeffs); in FilterVec_32f()
3848 void preprocess2DKernel( const Mat& kernel, std::vector<Point>& coords, std::vector<uchar>& coeffs ) in preprocess2DKernel() function
3915 preprocess2DKernel( _kernel, coords, coeffs ); in Filter2D()
Dmorph.cpp795 preprocess2DKernel( _kernel, coords, coeffs ); in MorphFilter()