public static class NIVision.HistogramReport extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int[] |
histogram |
float |
max |
float |
mean |
float |
min |
int |
numPixels |
float |
start |
float |
stdDev |
float |
width |
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 |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public int[] histogram
public float min
public float max
public float start
public float width
public float mean
public float stdDev
public int numPixels
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)