Function compute_derivative_kernels¶
Defined in File nldiffusion_functions.h
Function Documentation¶
-
void compute_derivative_kernels(cv::OutputArray kx_, cv::OutputArray ky_, const size_t dx, const size_t dy, const size_t scale)¶
Compute Scharr derivative kernels for sizes different than 3.
- Parameters
kx_ – The derivative kernel in x-direction
ky_ – The derivative kernel in y-direction
dx – The derivative order in x-direction
dy – The derivative order in y-direction
scale – The kernel size