Method L0Smooth
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
L0Smooth(InputArray, OutputArray, double, double)
Global image smoothing via L0 gradient minimization.
public static void L0Smooth(InputArray src, OutputArray dst, double lambda = 0.02, double kappa = 2)
Parameters
srcInputArraysource image for filtering with unsigned 8-bit or signed 16-bit or floating-point depth.
dstOutputArraydestination image.
lambdadoubleparameter defining the smooth term weight.
kappadoubleparameter defining the increasing factor of the weight of the gradient data term.