Cog3DRangeImageCrossSectionAreaResult ClosestPointAboveReferenceProfile Property Cognex VisionPro 9.5
Gets the calculated point (if exists) of the input profile that is above the reference profile and where the difference is the minimum between the input profile and the reference profile The difference is measured in the profile image’s Y direction. The point has to be in range, the difference cannot be 0 and it has to be outside the height threshold.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
Syntax

public Cog3DVect2 ClosestPointAboveReferenceProfile { get; }

Property Value

Type: Cog3DVect2
Exceptions

ExceptionCondition
ArgumentException when PointsAboveReferenceProfileAreValid is False.
See Also