Start » Filter Reference » OpenCV » Structural Analysis and Shape Descriptors » cvMinEnclosingCircle
Module: | OpenCV |
---|
Finds the minimum area circle enclosing a 2D point set.
Name | Type | Description | |
---|---|---|---|
inPoints | Point2DArray | Input Point2D array. | |
outCircle | Circle2D |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input array must not be empty in cvMinEnclosingCircle. |
Complexity Level
This filter is available on Basic Complexity Level.