CogPixelMap SetInputDepth Method Cognex VisionPro
Sets the input bit depth. The conversion between absolute and relative ReferencePoint input values will be based on this value.

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

public void SetInputDepth(
	ICogImage image
)
Events

Exceptions

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