| Package | Description |
|---|---|
| com.ni.vision |
| Modifier and Type | Field and Description |
|---|---|
NIVision.ThresholdMethod |
NIVision.ParticleClassifierPreprocessingOptions.autoThresholdMethod |
NIVision.ThresholdMethod |
NIVision.ParticleClassifierAutoThresholdOptions.method |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.ThresholdMethod |
NIVision.ThresholdMethod.fromValue(int val) |
static NIVision.ThresholdMethod |
NIVision.ThresholdMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.ThresholdMethod[] |
NIVision.ThresholdMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static NIVision.ThresholdData |
NIVision.imaqAutoThreshold(NIVision.Image dest,
NIVision.Image source,
int numClasses,
NIVision.ThresholdMethod method) |
static NIVision.ThresholdData |
NIVision.imaqAutoThreshold2(NIVision.Image dest,
NIVision.Image source,
int numClasses,
NIVision.ThresholdMethod method,
NIVision.Image mask)
Threshold functions
|
| Constructor and Description |
|---|
ParticleClassifierAutoThresholdOptions(NIVision.ThresholdMethod method,
NIVision.ParticleType particleType,
NIVision.RangeFloat limits) |
ParticleClassifierPreprocessingOptions(int manualThreshold,
NIVision.RangeFloat manualThresholdRange,
NIVision.ThresholdMethod autoThresholdMethod,
NIVision.RangeFloat limits,
NIVision.ParticleType particleType,
int rejectBorder,
int numErosions) |
Copyright © 2015. All rights reserved.