Back to FabImage Library Lite websiteYou are here:
Start »
Region »
Region Features »
RegionArea
Header: |
FIL.h
|
Namespace: |
fil |
Computes the number of pixels contained in a region.
Syntax
void fil::RegionArea
(
const fil::Region& inRegion,
int& outArea
)
Parameters
|
Name |
Type |
Default |
Description |
 |
inRegion |
const Region& |
|
Input region |
 |
outArea |
int& |
|
|
Examples
Area of the sample region equals to 5567.
Errors
List of possible exceptions:
Error type |
Description |
DomainError |
The area of the region exceeds the capacity of the integer type in RegionArea. |