public static class NIVision.HistogramReport extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int[] |
histogram |
private java.nio.ByteBuffer |
histogram_buf |
float |
max |
float |
mean |
float |
min |
int |
numPixels |
float |
start |
float |
stdDev |
float |
width |
backing| Modifier | Constructor and Description |
|---|---|
|
HistogramReport() |
protected |
HistogramReport(java.nio.ByteBuffer backing,
int offset) |
|
HistogramReport(int[] histogram,
double min,
double max,
double start,
double width,
double mean,
double stdDev,
int numPixels) |
protected |
HistogramReport(long nativeObj,
boolean owned) |
| 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 int[] histogram
public float min
public float max
public float start
public float width
public float mean
public float stdDev
public int numPixels
private java.nio.ByteBuffer histogram_buf
public HistogramReport()
public HistogramReport(int[] histogram,
double min,
double max,
double start,
double width,
double mean,
double stdDev,
int numPixels)
protected HistogramReport(java.nio.ByteBuffer backing,
int offset)
protected HistogramReport(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