Table of Contents

Method GradientDericheY

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

GradientDericheY(InputArray, OutputArray, double, double)

Applies Y Deriche filter to an image.

public static void GradientDericheY(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