You are here: Start » FIL.NET » FIS.ImageMassCenter Method

FIS.ImageMassCenter Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
outMassCenterFilNet.Point2D

Function Overrides

See also