You are here: Start » AVL.NET » AVS.RegionDiameter Method
AVS.RegionDiameter Method
Computes the longest segment connecting two pixels contained in region and its length.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RegionDiameter ( AvlNet.Region inRegion, NullableValue<AvlNet.Segment2D> outDiameter, NullableValue<float> outDiameterLength )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | outDiameter | AvlNet.NullableValue<AvlNet.Segment2D> | Can be null to skip this parameter calculation. | ||
![]() | outDiameterLength | AvlNet.NullableValue<float> | Can be null to skip this parameter calculation. |


