Gets or sets the compression mode which specifies how the
CogSearchMaxPattern
is trained and run.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 75.1.0.0
Syntax
Property Value
Type: CogSearchMaxCompressionModeConstantsThe compressionMode which is a member of CogSearchMaxCompressionModeConstants. Default is None.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if you attempt to set this to a value other than None, Lossy, or Lossless. |
| ObjectDisposedException | Thrown if this CogSearchMaxPattern object has already been disposed. |
Remarks
See Also