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 | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | outMassCenter | FilNet.Point2D |