Enum ConnectedComponentsTypes
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
components algorithm output formats
public enum ConnectedComponentsTypes
Fields
Area = 4The total area (in pixels) of the connected component
Height = 3The vertical size of the bounding box
Left = 0The leftmost (x) coordinate which is the inclusive start of the bounding box in the horizontal direction.
Top = 1The topmost (y) coordinate which is the inclusive start of the bounding box in the vertical direction.
Width = 2The horizontal size of the bounding box