Back to Adaptive Vision Library website
You are here: Start » Function Reference » Path Features » PathBoundingCircle
PathBoundingCircle
Computes the smallest circle enclosing a path.
Syntax
C++
C#
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | const Path& | Input path | |
![]() |
outBoundingCircle | Circle2D& |
Examples
![]() |
The resulting outBoundingCircle circle drawn onto the sample path.
Errors
| Error type | Description |
|---|---|
| DomainError | Empty path on input in PathBoundingCircle. |



