|
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; }
Public ReadOnly Property Rectangle As Rectangle
Get
Request Example
View SourceProperty Value
Type:
RectangleRemarks The property specifies position of the blob in the original image
and its size.
See Also