Click or drag to resize

ElementShape Enumeration

http://www.emgu.com
Shape of the Structuring Element

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public enum ElementShape
Members
  Member nameValueDescription
Rectangle0 A rectangular element.
Cross1 A cross-shaped element.
Ellipse2 An elliptic element.
Custom100 A user-defined element.
See Also