| Package | Description |
|---|---|
| com.ni.vision |
| Modifier and Type | Field and Description |
|---|---|
NIVision.ImageFeatureMode |
NIVision.LearnColorPatternOptions.featureMode |
NIVision.ImageFeatureMode |
NIVision.MatchColorPatternOptions.featureMode |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.ImageFeatureMode |
NIVision.ImageFeatureMode.fromValue(int val) |
static NIVision.ImageFeatureMode |
NIVision.ImageFeatureMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.ImageFeatureMode[] |
NIVision.ImageFeatureMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LearnColorPatternOptions(NIVision.LearningMode learnMode,
NIVision.ImageFeatureMode featureMode,
int threshold,
NIVision.ColorIgnoreMode ignoreMode,
NIVision.ColorInformation[] colorsToIgnore) |
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) |
Copyright © 2015. All rights reserved.