public static class NIVision.ColorOptions extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.ColorClassificationResolution |
colorClassificationResolution |
NIVision.ColorMode |
colorMode |
int |
useLuminance |
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 |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public 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)