Struct ConnectedComp
Represents a connected component.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public struct ConnectedComp
Fields
| Improve this Doc View SourceArea
The area of the segmented component.
Declaration
public double Area
Field Value
Type | Description |
---|---|
Double |
Contour
The optional component boundary.
Declaration
public IntPtr Contour
Field Value
Type | Description |
---|---|
IntPtr |
Rect
The ROI of the segmented component.
Declaration
public Rect Rect
Field Value
Type | Description |
---|---|
Rect |
Value
The average color of the connected component.
Declaration
public Scalar Value
Field Value
Type | Description |
---|---|
Scalar |