Back to FabImage Library website
You are here: Start » Function Reference » Region » Region Features » RegionMassCenter_OrNil
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Computes a point with coordinates equal to the average coordinates of the region's pixels; returns NIL if the region is empty.
Syntax
C++
C#
void fil::RegionMassCenter_OrNil ( const fil::Region& inRegion, ftl::Conditional<fil::Point2D>& outMassCenter, ftl::Optional<ftl::Conditional<int>&> outArea = ftl::NIL )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inRegion | const Region& | Input region | |
![]() |
outMassCenter | Conditional<Point2D>& | ||
![]() |
outArea | Optional<Conditional<int>&> | NIL |
Optional Outputs
The computation of following outputs can be switched off by passing value ftl::NIL
to these parameters: outArea.
Read more about Optional Outputs.