public static class NIVision.LineProfile extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.Rect |
boundingBox |
float |
max |
float |
mean |
float |
min |
float[] |
profileData |
float |
stdDev |
Modifier | Constructor and Description |
---|---|
|
LineProfile() |
protected |
LineProfile(java.nio.ByteBuffer backing,
int offset) |
|
LineProfile(float[] profileData,
NIVision.Rect boundingBox,
double min,
double max,
double mean,
double stdDev) |
protected |
LineProfile(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 float[] profileData
public NIVision.Rect boundingBox
public float min
public float max
public float mean
public float stdDev
public LineProfile()
public LineProfile(float[] profileData, NIVision.Rect boundingBox, double min, double max, double mean, double stdDev)
protected LineProfile(java.nio.ByteBuffer backing, int offset)
protected LineProfile(long nativeObj, boolean owned)