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
inRegionAvlNet.RegionInput region.
outDiameterAvlNet.NullableValue<AvlNet.Segment2D> Can be null to skip this parameter calculation.
outDiameterLengthAvlNet.NullableValue<float> Can be null to skip this parameter calculation.

Function Overrides

See also