CogOCRMaxSegmenterPositionResult MarkRect Property Cognex VisionPro
The mark rectangle of the segmented character. The mark rectangle is specified in the selected space coordinates of input image used for segmentation. 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: 65.1.0.0
Syntax

public CogRectangleAffine MarkRect { get; }

Property Value

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