CogPixelMap SetInputDepth Method Cognex VisionPro 9.21 SR1
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: 85.1.0.0
Syntax

public void SetInputDepth(
	ICogImage image
)
Events

Exceptions

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