Click or drag to resize

ThinningTypes Enumeration

thinning algorithm

Namespace:  OpenCvSharp.XImgProc
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public enum ThinningTypes
Members
  Member nameValueDescription
ZHANGSUEN0 Thinning technique of Zhang-Suen
GUOHALL1 Thinning technique of Guo-Hall
See Also