CogOCRMaxPositionResult MarkRect Property Cognex VisionPro 9.8
The mark rectangle of the position result in the image. The mark rectangle of a character is a tight bounding box enclosing all of foreground (e.g. ink) pixels in the character image.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 75.1.0.0
Syntax

public CogRectangleAffine MarkRect { get; }

Property Value

Type: CogRectangleAffine
The MarkRect value. The default value is nullptr.
See Also