CogCalibNPointToNPointTool InputImage Property Cognex VisionPro 9.5
Image to which a new calibrated coordinate space will be attached. The selected space of this image is the uncalibrated space.

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

public ICogImage InputImage { get; set; }

Property Value

Type: ICogImage
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Returns or sets the Image to which a new calibrated coordinate space will be attached. The selected space of this image is the uncalibrated space.

Note: Changing this property causes the CurrentRecord to invalidate.

See Also