Click or drag to resize

CvChainCode Enumeration

Chain code (direction)

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax
public enum CvChainCode
Members
  Member nameValueDescription
Up0 Up.
UpRight1 Up and right.
Right2 Right.
DownRight3 Down and right.
Down4 Down.
DownLeft5 Down and left.
Left6 Left.
UpLeft7 Up and left.
See Also