|
BlobCounterBaseGetObjectsRectangles Method
|
Get objects' rectangles.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public Rectangle[] GetObjectsRectangles()
Public Function GetObjectsRectangles As Rectangle()
Request Example
View SourceReturn Value
Type:
RectangleReturns array of objects' rectangles.
Exceptions Exception | Condition |
---|
ApplicationException | No image was processed before, so objects' rectangles
can not be collected. |
Remarks See Also