CogOCRMaxSegmenterPositionResult CellRect Property Cognex VisionPro 9.8
The cell rectangle of the segmented character. The cell rectangle is specified in the selected space coordinates of the image used for segmentation. The cell rectangle is a bounding box that encloses not only all of the foreground (e.g. ink) pixels of a character image, but also typically additional padding region. Cell rectangles are typically height of the full line of text containing the character. Ideally, all of the cell rectangles in a line of text touch their adjacent neighbors.

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

public CogRectangleAffine CellRect { get; }

Property Value

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