CogSearchMaxCompressionModeConstants EnumerationCognex VisionPro 9.5
Enumeration of Compression Modes available to CogSearchMaxPattern

Namespace: Cognex.VisionPro.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 69.0.0.0
Syntax

public enum CogSearchMaxCompressionModeConstants
Members

  Member nameValueDescription
None0 No compression. Traditional technique; the trained image model is represented by an uncompressed copy of the image.
Lossy1 Lossy compression. Advanced technique; the trained image model is represented by an image that has been compressed in a lossy fashion. SearchMax may potentially execute faster when using compressed image models.
Lossless2 Lossless compression. Advanced technique; the trained image model is represented by an image that has been compressed in a lossless fashion. SearchMax may potentially execute faster when using compressed image models.
See Also