| Package | Description |
|---|---|
| com.ni.vision |
| Modifier and Type | Field and Description |
|---|---|
NIVision.ThresholdMode |
NIVision.OCRProcessingOptions.mode |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.ThresholdMode |
NIVision.ThresholdMode.fromValue(int val) |
static NIVision.ThresholdMode |
NIVision.ThresholdMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.ThresholdMode[] |
NIVision.ThresholdMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OCRProcessingOptions(NIVision.ThresholdMode mode,
int lowThreshold,
int highThreshold,
int blockCount,
int fastThreshold,
int biModalCalculation,
int darkCharacters,
int removeParticlesTouchingROI,
int erosionCount) |
Copyright © 2015. All rights reserved.