Table of Contents

Enum EdgeAwareFiltersList

Namespace
OpenCvSharp.XImgProc
Assembly
OpenCvSharp.dll

one form three modes DTF_NC, DTF_RF and DTF_IC which corresponds to three modes for filtering 2D signals in the article.

public enum EdgeAwareFiltersList

Fields

AM_FILTER = 4
DTF_IC = 1
DTF_NC = 0
DTF_RF = 2
GUIDED_FILTER = 3