Gets or sets the input image that is to be mapped.
Namespace: Cognex.VisionPro.PixelMapAssembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 80.0.0.0
Syntax
Property Value
Type: ICogImageThe image to be mapped.
Events
| Event Type | Reason |
|---|---|
| Cognex.VisionPro ICogChangedEvent | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| CogImageBadTypeException | If the supplied input image is not CogImage8Grey or CogImage16Grey. |
See Also