| ThinningTypes Enumeration |
thinning algorithm
Namespace:
OpenCvSharp.XImgProc
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public enum ThinningTypes
Public Enumeration ThinningTypes
public enum class ThinningTypes
Members
| Member name | Value | Description |
---|
| ZHANGSUEN | 0 |
Thinning technique of Zhang-Suen
|
| GUOHALL | 1 |
Thinning technique of Guo-Hall
|
See Also