Back to Adaptive Vision Library website
You are here: Start » Function Reference » Region Spatial Transforms » EnlargeRegionNTimes
EnlargeRegionNTimes
Enlarges a region by a natural factor.
Syntax
C++
C#
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inRegion | const Region& | Input region | ||
![]() |
inN | int | 1 - ![]() |
2 | The scaling coefficient |
![]() |
outRegion | Region& | Output region |
Examples
![]() |
![]() |
EnlargeRegionNTimes performed on the sample region.
Errors
| Error type | Description |
|---|---|
| DomainError | Input and output regions are not distinct in EnlargeRegionNTimes. |
| DomainError | Output region too big in EnlargeRegionNTimes. |





