Back to Adaptive Vision Library Lite website
You are here: Start » Region Point Transforms » RegionComplement
RegionComplement
Computes a region of pixels not contained in the input region.
Syntax
void avl::RegionComplement ( const avl::Region& inRegion, avl::Region& outRegion )
Parameters
Description
The operation computes a region of the same dimensions, containing only pixels that do not belong to the given one.
Examples
![]() |
![]() |
RegionComplement run on a sample region.
Errors
| Error type | Description |
|---|---|
| DomainError | Input and output regions are not distinct in RegionComplement. |




