| Package | Description |
|---|---|
| com.ni.vision |
| Modifier and Type | Field and Description |
|---|---|
NIVision.MatchingMode |
NIVision.MatchColorPatternOptions.matchMode |
NIVision.MatchingMode |
NIVision.MatchPatternOptions.mode |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.MatchingMode |
NIVision.MatchingMode.fromValue(int val) |
static NIVision.MatchingMode |
NIVision.MatchingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.MatchingMode[] |
NIVision.MatchingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MatchColorPatternOptions(NIVision.MatchingMode matchMode,
NIVision.ImageFeatureMode featureMode,
int minContrast,
int subpixelAccuracy,
NIVision.RotationAngleRange[] angleRanges,
double colorWeight,
NIVision.ColorSensitivity sensitivity,
NIVision.SearchStrategy strategy,
int numMatchesRequested,
double minMatchScore) |
MatchPatternOptions(NIVision.MatchingMode mode,
int minContrast,
int subpixelAccuracy,
NIVision.RotationAngleRange[] angleRanges,
int numMatchesRequested,
int matchFactor,
double minMatchScore) |
Copyright © 2015. All rights reserved.