public static class NIVision.ColorHistogramReport extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.HistogramReport |
plane1 |
NIVision.HistogramReport |
plane2 |
NIVision.HistogramReport |
plane3 |
backing| Modifier | Constructor and Description |
|---|---|
|
ColorHistogramReport() |
protected |
ColorHistogramReport(java.nio.ByteBuffer backing,
int offset) |
protected |
ColorHistogramReport(long nativeObj,
boolean owned) |
|
ColorHistogramReport(NIVision.HistogramReport plane1,
NIVision.HistogramReport plane2,
NIVision.HistogramReport plane3) |
| 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.HistogramReport plane1
public NIVision.HistogramReport plane2
public NIVision.HistogramReport plane3
public ColorHistogramReport()
public ColorHistogramReport(NIVision.HistogramReport plane1, NIVision.HistogramReport plane2, NIVision.HistogramReport plane3)
protected ColorHistogramReport(java.nio.ByteBuffer backing,
int offset)
protected ColorHistogramReport(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