Sets the input bit depth. The conversion between
absolute and relative ReferencePoint input values will be based on this
value.
Namespace: Cognex.VisionPro.PixelMapAssembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 83.0.0.0
Syntax
Parameters
- image
- Type: Cognex.VisionPro ICogImage
The image the inputDepth is derived from.
Events
| Event Type | Reason |
|---|---|
| Cognex.VisionPro ICogChangedEvent | Fires when the imput depth changes. |
Exceptions
| Exception | Condition |
|---|---|
| CogImageBadTypeException | If the image is not a CogImage8Grey or CogImage16Grey. |
See Also