public static class NIVision.ClassifiedDisparity extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int |
label |
double |
length |
double |
lengthReal |
double |
maxDistance |
double |
maxDistanceReal |
NIVision.PointDouble[] |
targetSubsection |
private java.nio.ByteBuffer |
targetSubsection_buf |
NIVision.PointDouble[] |
templateSubsection |
private java.nio.ByteBuffer |
templateSubsection_buf |
backing| Modifier | Constructor and Description |
|---|---|
|
ClassifiedDisparity() |
protected |
ClassifiedDisparity(java.nio.ByteBuffer backing,
int offset) |
|
ClassifiedDisparity(double length,
double lengthReal,
double maxDistance,
double maxDistanceReal,
int label,
NIVision.PointDouble[] templateSubsection,
NIVision.PointDouble[] targetSubsection) |
protected |
ClassifiedDisparity(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 double length
public double lengthReal
public double maxDistance
public double maxDistanceReal
public int label
public NIVision.PointDouble[] templateSubsection
public NIVision.PointDouble[] targetSubsection
private java.nio.ByteBuffer templateSubsection_buf
private java.nio.ByteBuffer targetSubsection_buf
public ClassifiedDisparity()
public ClassifiedDisparity(double length,
double lengthReal,
double maxDistance,
double maxDistanceReal,
int label,
NIVision.PointDouble[] templateSubsection,
NIVision.PointDouble[] targetSubsection)
protected ClassifiedDisparity(java.nio.ByteBuffer backing,
int offset)
protected ClassifiedDisparity(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