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, out AvlNet.Segment2D outDiameter, out float outDiameterLength )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | outDiameter | AvlNet.Segment2D | |||
![]() | outDiameterLength | float |


