CogIPOneImageQuantizeLevelConstants EnumerationCognex VisionPro 9.22 SR1
Enumeration of the number of quantization levels for CogIPOneImageQuantize objects.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 87.1.0.0
Syntax

public enum CogIPOneImageQuantizeLevelConstants
Members

  Member nameValueDescription
s20Partition the pixel values into 2 grey levels.
s41Partition the pixel values into 4 grey levels.
s82Partition the pixel values into 8 grey levels.
s163Partition the pixel values into 16 grey levels.
s324Partition the pixel values into 32 grey levels.
s645Partition the pixel values into 64 grey levels.
s1286Partition the pixel values into 128 grey levels.
Remarks

Enumeration of the number of quantization levels for CogIPOneImageQuantize objects.

See Also