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.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogOCRMaxSegmenterFontPitchMetricConstantsThe PitchMetric value. The default value is CogOCRMaxSegmenterFontPitchMetricConstants::Unknown.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Remarks
This parameter is not used if AnalysisMode is Minimal.
Stage: Analyze
See Also