Searched refs:preprocess2DKernel (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | filterengine.hpp | 367 void preprocess2DKernel( const Mat& kernel, std::vector<Point>& coords, std::vector<uchar>& coeffs …
|
D | filter.cpp | 1981 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()
|
D | morph.cpp | 795 preprocess2DKernel( _kernel, coords, coeffs ); in MorphFilter()
|