Table of Contents

Method GradientDericheX

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

GradientDericheX(InputArray, OutputArray, double, double)

Applies X Deriche filter to an image.

public static void GradientDericheX(InputArray op, OutputArray dst, double alpha, double omega)

Parameters

op InputArray

Source 8-bit or 16bit image, 1-channel or 3-channel image.

dst OutputArray

result CV_32FC image with same number of channel than _op.

alpha double

double see paper

omega double

double see paper