Gets or sets the desired level of accuracy for result poses. PMRedLine
may run faster if your application can tolerate lower accuracy.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 87.1.0.0
Syntax
Property Value
Type: CogPMRedLineAccuracyModeConstantsThe desired accuracy. Default value is Standard.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The supplied value is not a member of CogPMRedLineAccuracyModeConstants. |
Remarks
If you desire more accuracy and are willing to sacrifice some speed you can use the Accurate mode. If you desire more speed and are willing to sacrifice some accuracy you can use the Fast mode. Fast mode is especially useful if you are searching for multiple pattern instances and only want to know how many were found.
See Also