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