public static class NIVision.LearnColorPatternOptions extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.ColorInformation[] |
colorsToIgnore |
NIVision.ImageFeatureMode |
featureMode |
NIVision.ColorIgnoreMode |
ignoreMode |
NIVision.LearningMode |
learnMode |
int |
threshold |
Modifier | Constructor and Description |
---|---|
|
LearnColorPatternOptions() |
protected |
LearnColorPatternOptions(java.nio.ByteBuffer backing,
int offset) |
protected |
LearnColorPatternOptions(long nativeObj,
boolean owned) |
|
LearnColorPatternOptions(NIVision.LearningMode learnMode,
NIVision.ImageFeatureMode featureMode,
int threshold,
NIVision.ColorIgnoreMode ignoreMode,
NIVision.ColorInformation[] colorsToIgnore) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.LearningMode learnMode
public NIVision.ImageFeatureMode featureMode
public int threshold
public NIVision.ColorIgnoreMode ignoreMode
public NIVision.ColorInformation[] colorsToIgnore
public LearnColorPatternOptions()
public LearnColorPatternOptions(NIVision.LearningMode learnMode, NIVision.ImageFeatureMode featureMode, int threshold, NIVision.ColorIgnoreMode ignoreMode, NIVision.ColorInformation[] colorsToIgnore)
protected LearnColorPatternOptions(java.nio.ByteBuffer backing, int offset)
protected LearnColorPatternOptions(long nativeObj, boolean owned)