Back to Aurora Vision Library Lite website

You are here: Start » Region » Region Features » RegionMassCenter_OrNil

RegionMassCenter_OrNil


Header: AVL.h
Namespace: avl

Computes a point with coordinates equal to the average coordinates of the region's pixels; returns NIL if the region is empty.

Syntax

void avl::RegionMassCenter_OrNil
(
	const avl::Region& inRegion,
	atl::Conditional<avl::Point2D>& outMassCenter,
	atl::Optional<atl::Conditional<int>&> outArea = atl::NIL
)

Parameters

Name Type Default Description
Input value inRegion const Region& Input region
Output value outMassCenter Conditional<Point2D>&
Output value outArea Optional<Conditional<int>&> NIL

Optional Outputs

The computation of following outputs can be switched off by passing value atl::NIL to these parameters: outArea.

Read more about Optional Outputs.