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 = 4DTF_IC = 1DTF_NC = 0DTF_RF = 2GUIDED_FILTER = 3