| Package | Description |
|---|---|
| com.ni.vision |
| Modifier and Type | Field and Description |
|---|---|
NIVision.LearningMode |
NIVision.LearnColorPatternOptions.learnMode |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.LearningMode |
NIVision.LearningMode.fromValue(int val) |
static NIVision.LearningMode |
NIVision.LearningMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.LearningMode[] |
NIVision.LearningMode.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.imaqLearnPattern(NIVision.Image image,
NIVision.LearningMode learningMode) |
static NIVision.LearnPatternAdvancedOptions |
NIVision.imaqLearnPattern2(NIVision.Image image,
NIVision.LearningMode learningMode) |
static NIVision.LearnPatternAdvancedOptions |
NIVision.imaqLearnPattern3(NIVision.Image image,
NIVision.LearningMode learningMode,
NIVision.Image mask) |
| Constructor and Description |
|---|
LearnColorPatternOptions(NIVision.LearningMode learnMode,
NIVision.ImageFeatureMode featureMode,
int threshold,
NIVision.ColorIgnoreMode ignoreMode,
NIVision.ColorInformation[] colorsToIgnore) |
Copyright © 2015. All rights reserved.