You are here: Start » FIL.NET » Invoke.RegionMoment
Computes selected second-order moment of a region in regular and normalized ( divided by region area ) variant.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RegionMoment ( Fil.Region inRegion, Fil.RegionMomentType inMomentType, bool inCentral, out float outMoment, out float outNormMoment )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | Fil.Region | Input region. | ||
![]() | inMomentType | Fil.RegionMomentType | |||
![]() | inCentral | bool | |||
![]() | outMoment | float | |||
![]() | outNormMoment | float |