ThinningTypes Enumeration |
http://www.emgu.com
Thinning type
Namespace:
Emgu.CV.XImgproc
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic 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