Cog3DRangeImageCrossSectionExtractCornerV2 CornerInImage Property Cognex VisionPro
Returns the extracted corner by execute method.The corner position is in the range image SelectedSpaceName. Returns null if the corner was not extracted. Always check the status of the operator to be either Passed or FailedTolerance before calling the getter.

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

public CogPointMarker CornerInImage { get; }

Property Value

Type: CogPointMarker
See Also