Gets the corner extracted by the execute method.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
public CogPointMarker CornerInImage { get; }public CogPointMarker CornerInImage { get; }Public ReadOnly Property CornerInImage As CogPointMarker
Get
Public ReadOnly Property CornerInImage As CogPointMarker
Get
public:
property CogPointMarker^ CornerInImage {
CogPointMarker^ get ();
}public:
property CogPointMarker^ CornerInImage {
CogPointMarker^ get ();
}Property Value
Type:
CogPointMarker
The corner position is in the SelectedSpaceName of the range image
stored in the profile.
Returns null if the corner was not extracted.