You are here: Start » FIL.NET » Invoke.ImageMassCenter
Computes a point with coordinates equal to image mass center in brightness scale.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ImageMassCenter ( Fil.Image inImage, Optional<Fil.Region> inRoi, out Fil.Point2D outMassCenter )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | outMassCenter | Fil.Point2D |