public static class NIVision.SampleScore extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
className |
float |
distance |
int |
index |
Modifier | Constructor and Description |
---|---|
|
SampleScore() |
protected |
SampleScore(java.nio.ByteBuffer backing,
int offset) |
protected |
SampleScore(long nativeObj,
boolean owned) |
|
SampleScore(java.lang.String className,
double distance,
int index) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public java.lang.String className
public float distance
public int index
public SampleScore()
public SampleScore(java.lang.String className, double distance, int index)
protected SampleScore(java.nio.ByteBuffer backing, int offset)
protected SampleScore(long nativeObj, boolean owned)