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