Click or drag to resize
Accord.NET (logo)

BlobRectangle Property

Blob's rectangle in the original image.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Rectangle Rectangle { get; }
Request Example View Source

Property Value

Type: Rectangle
Remarks

The property specifies position of the blob in the original image and its size.

See Also