You are here: Start » AVL.NET » AVS.ImageMassCenter Method

AVS.ImageMassCenter Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageMassCenter
(
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	out AvlNet.Point2D outMassCenter
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
outMassCenterAvlNet.Point2D

Function Overrides

See also