Back to Adaptive Vision Library website
You are here: Start » Function Reference » Path Features » PathBoundingCircle
PathBoundingCircle
Computes the smallest circle enclosing a path.
| Header: | AVL.h |
|---|
Syntax
C++
C#
void avl::PathBoundingCircle ( const avl::Path& inPath, avl::Circle2D& outBoundingCircle )
Parameters
Examples
![]() |
The resulting outBoundingCircle circle drawn onto the sample path.
Errors
| Error type | Description |
|---|---|
| DomainError | Empty path on input in PathBoundingCircle. |
See Also
- PathBoundingBox – Computes the smallest box containing a path.
- RegionBoundingCircle – Computes the smallest circle enclosing a region.



