Click or drag to resize

ConnectedComponentsTypes Enumeration

http://www.emgu.com
Connected components algorithm output formats

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 ConnectedComponentsTypes
Members
  Member nameValueDescription
Left0 The leftmost (x) coordinate which is the inclusive start of the bounding box in the horizontal direction.
Top1 The topmost (y) coordinate which is the inclusive start of the bounding box in the vertical direction.
Width2 The horizontal size of the bounding box.
Height3 The vertical size of the bounding box.
Area4 The total area (in pixels) of the connected component.
Max5 Max
See Also