public static class NIVision.LineProfile extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.Rect |
boundingBox |
float |
max |
float |
mean |
float |
min |
float[] |
profileData |
private java.nio.ByteBuffer |
profileData_buf |
float |
stdDev |
backing| 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 |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic float[] profileData
public NIVision.Rect boundingBox
public float min
public float max
public float mean
public float stdDev
private java.nio.ByteBuffer profileData_buf
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)
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