CogOCRMaxSegmenter CharacterMinNumPels Property Cognex VisionPro 9.5
The minimum number of foreground (i.e. text) pixels that a character must have in order to be reported.

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

public int CharacterMinNumPels { get; set; }

Property Value

Type: Int32
The CharacterMinNumPels value. The default value is 30.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfCharacterMinNumPels
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown if set to a value less than 1 or greater than System::Int32::MaxValue
Remarks

Stage: Group, Analyze

See Also