public static class NIVision.ColorOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.ColorClassificationResolution |
colorClassificationResolution |
NIVision.ColorMode |
colorMode |
int |
useLuminance |
backing| Modifier | Constructor and Description |
|---|---|
|
ColorOptions() |
protected |
ColorOptions(java.nio.ByteBuffer backing,
int offset) |
protected |
ColorOptions(long nativeObj,
boolean owned) |
|
ColorOptions(NIVision.ColorClassificationResolution colorClassificationResolution,
int useLuminance,
NIVision.ColorMode colorMode) |
| 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.ColorClassificationResolution colorClassificationResolution
public int useLuminance
public NIVision.ColorMode colorMode
public ColorOptions()
public ColorOptions(NIVision.ColorClassificationResolution colorClassificationResolution, int useLuminance, NIVision.ColorMode colorMode)
protected ColorOptions(java.nio.ByteBuffer backing,
int offset)
protected ColorOptions(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