public static class NIVision.LearnColorPatternOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.ColorInformation[] |
colorsToIgnore |
private java.nio.ByteBuffer |
colorsToIgnore_buf |
NIVision.ImageFeatureMode |
featureMode |
NIVision.ColorIgnoreMode |
ignoreMode |
NIVision.LearningMode |
learnMode |
int |
threshold |
backing| 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 |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic NIVision.LearningMode learnMode
public NIVision.ImageFeatureMode featureMode
public int threshold
public NIVision.ColorIgnoreMode ignoreMode
public NIVision.ColorInformation[] colorsToIgnore
private java.nio.ByteBuffer colorsToIgnore_buf
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)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct