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
inRegionAvlNet.RegionInput region.
outDiameterAvlNet.Segment2D
outDiameterLengthfloat

Function Overrides

See also