CogOCRMaxSegmenter PitchMetric Property Cognex VisionPro
The metric used to specify the spacing of characters. Note that pitch is the distance between (approximately) corresponding points on adjacent characters and not the distance from the end of one character to the beginning of the next character (which is called the "intercharacter gap"). Also note that specifying the pitch metric does not necessarily imply that the measured pitch values are expected to be constant.

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

public CogOCRMaxSegmenterFontPitchMetricConstants PitchMetric { get; set; }

Property Value

Type: CogOCRMaxSegmenterFontPitchMetricConstants
The PitchMetric value. The default value is CogOCRMaxSegmenterFontPitchMetricConstants::Unknown.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfPitchMetric
Remarks

This parameter is not used if AnalysisMode is Minimal.

Stage: Analyze

See Also