| Package | Description |
|---|---|
| com.ni.vision |
| Modifier and Type | Field and Description |
|---|---|
NIVision.LocalThresholdMethod |
NIVision.ParticleClassifierLocalThresholdOptions.method |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.LocalThresholdMethod |
NIVision.LocalThresholdMethod.fromValue(int val) |
static NIVision.LocalThresholdMethod |
NIVision.LocalThresholdMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.LocalThresholdMethod[] |
NIVision.LocalThresholdMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
NIVision.imaqLocalThreshold(NIVision.Image dest,
NIVision.Image source,
int windowWidth,
int windowHeight,
NIVision.LocalThresholdMethod method,
double deviationWeight,
NIVision.ObjectType type,
float replaceValue) |
| Constructor and Description |
|---|
ParticleClassifierLocalThresholdOptions(NIVision.LocalThresholdMethod method,
NIVision.ParticleType particleType,
int windowWidth,
int windowHeight,
double deviationWeight) |
Copyright © 2015. All rights reserved.