You are here: Start » FIL.NET » FIL.ImageMassCenter
Computes a point with coordinates equal to image mass center in brightness scale.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ImageMassCenter ( FilNet.Image inImage, out FilNet.Point2D outMassCenter )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | outMassCenter | FilNet.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. |