Show / Hide Table of Contents

Enum ConnectedComponentsTypes

components algorithm output formats

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum ConnectedComponentsTypes

Fields

Name Description
Area

The total area (in pixels) of the connected component

Height

The vertical size of the bounding box

Left

The leftmost (x) coordinate which is the inclusive start of the bounding box in the horizontal direction.

Top

The topmost (y) coordinate which is the inclusive start of the bounding box in the vertical direction.

Width

The horizontal size of the bounding box

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX