Back to Aurora Vision Library website

You are here: Start » Function Reference » Image » Image Features » ImageMassCenter

ImageMassCenter


Header: AVL.h
Namespace: avl
Module: FoundationLite

Computes a point with coordinates equal to image mass center in brightness scale.

Syntax

C++
C#
 
void avl::ImageMassCenter
(
	const avl::Image& inImage,
	atl::Optional<const avl::Region&> inRoi,
	avl::Point2D& outMassCenter
)

Parameters

Name Type Default Description
Input value inImage const Image& Input image
Input value inRoi Optional<const Region&> NIL Range of pixels to be processed
Output value outMassCenter Point2D&

Errors

List of possible exceptions:

Error type Description
DomainError Black image on input in ImageMassCenter.
DomainError Empty region on input in ImageMassCenter.
DomainError Region exceeds an input image in ImageMassCenter.