Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Region Features » RegionDiameter

RegionDiameter


Computes the longest segment connecting two pixels contained in region and its length.

Name Type Description
inRegion Region Input region
outDiameter Segment2D
outDiameterLength Real

Description

The operation finds the most distant pair of region pixels and returns the distance between them (outDiameterLength) and the segment representing the diameter (outDiameter). If there is more than one pair of maximal distance, the returned segment will correspond to one of them. The orientation of the resulting outDiameter is always between 0 and 180 degrees.

Hints

  • If the input region is not guaranteed to be non-empty, precede this filter with SkipEmptyRegion.

Examples

The resulting outDiameterLength = 276.4815, outDiameter segment was drawn onto the region.

Complexity Level

This filter is available on Basic Complexity Level.

See Also