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


