| EdgeAwareFiltersList Enumeration |
one form three modes DTF_NC, DTF_RF and DTF_IC which corresponds to three modes for
filtering 2D signals in the article.
Namespace:
OpenCvSharp.XImgProc
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public enum EdgeAwareFiltersList
Public Enumeration EdgeAwareFiltersList
public enum class EdgeAwareFiltersList
type EdgeAwareFiltersList
Members
| Member name | Value | Description |
---|
| DTF_NC | 0 | |
| DTF_IC | 1 | |
| DTF_RF | 2 | |
| GUIDED_FILTER | 3 | |
| AM_FILTER | 4 | |
See Also