CogPixelMapTool InputImage Property Cognex VisionPro 9.23
Gets or sets the input image that is to be mapped.

Namespace: Cognex.VisionPro.PixelMap
Assembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 91.0.0.0
Syntax

public ICogImage InputImage { get; set; }

Property Value

Type: ICogImage
The image to be mapped.
Events

Exceptions

ExceptionCondition
CogImageBadTypeException If the supplied input image is not CogImage8Grey or CogImage16Grey.
See Also