Gets or sets the result poses to be computed.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 73.0.0.0
Syntax
Property Value
Type: CogOCVMaxComputePosesConstantsThe result poses to be computed.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | If this CogOCVMaxRunParams object has already been disposed. |
Remarks
The poses to compute are specified as a bitwise-OR or CogOCVMaxComputePosesConstants values. Character positions are always computed.
Computing poses takes additional execution time and may not be needed in all applications.
Poses that are not computed cause the corresponding "PoseValid" property to return False.
See Also