Back to Adaptive Vision Library website
You are here: Start » Function Reference » Region Global Transforms » RegionOuterBoundaries
RegionOuterBoundaries
Returns the top, right, bottom and left boundaries of the input region.
Syntax
C++
C#
void avl::RegionOuterBoundaries ( const avl::Region& inRegion, atl::Array< avl::Location >& outTopBoundary, atl::Array< avl::Location >& outRightBoundary, atl::Array< avl::Location >& outBottomBoundary, atl::Array< avl::Location >& outLeftBoundary )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | const Region& | Input region | |
![]() |
outTopBoundary | Array< Location >& | ||
![]() |
outRightBoundary | Array< Location >& | ||
![]() |
outBottomBoundary | Array< Location >& | ||
![]() |
outLeftBoundary | Array< Location >& |


