Function compute_scharr_derivatives¶
Defined in File nldiffusion_functions.h
Function Documentation¶
-
void compute_scharr_derivatives(const cv::Mat &src, cv::Mat &dst, const size_t xorder, const size_t yorder, const size_t scale)¶
This function computes Scharr image derivatives.
- Parameters
src – Input image
dst – Output image
xorder – Derivative order in X-direction (horizontal)
yorder – Derivative order in Y-direction (vertical)
scale – Scale factor for the derivative size