CogOCVMaxComputePosesConstants EnumerationCognex VisionPro 9.7
Constants used to specify which poses to compute at run time. Computing poses takes additional execution time and may not be needed in all applications. Note that poses of individual characters are always computed.

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

[FlagsAttribute]
public enum CogOCVMaxComputePosesConstants
Members

  Member nameValueDescription
None0Do not compute any of the optional poses (neither line nor paragraph nor arrangement).
Line1Compute line poses.
Paragraph2Compute paragraph poses.
Arrangement4Compute arrangement poses.
All-1Compute all poses.
See Also