Cog3DRangeImagePlaneEstimatorTool InputImage Property Cognex VisionPro
Gets or sets the input range image for use in plane estimation.

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

public ICogImage InputImage { get; set; }

Property Value

Type: ICogImage
The default is null.
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfInputImage
Exceptions

ExceptionCondition
CogImageBadTypeException If the supplied input image is not CogImage16Range.
See Also