CogOCVMaxRunParams ComputePoses Property Cognex VisionPro 9.7
Gets or sets the result poses to be computed.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 73.0.0.0
Syntax

public CogOCVMaxComputePosesConstants ComputePoses { get; set; }

Property Value

Type: CogOCVMaxComputePosesConstants
The result poses to be computed.
Events

Exceptions

ExceptionCondition
ObjectDisposedExceptionIf 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