public static class NIVision.PatternMatch extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.PointFloat[] |
corner |
NIVision.PointFloat |
position |
float |
rotation |
float |
scale |
float |
score |
backing| Modifier | Constructor and Description |
|---|---|
|
PatternMatch() |
protected |
PatternMatch(java.nio.ByteBuffer backing,
int offset) |
protected |
PatternMatch(long nativeObj,
boolean owned) |
|
PatternMatch(NIVision.PointFloat position,
double rotation,
double scale,
double score,
NIVision.PointFloat[] corner) |
| 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 NIVision.PointFloat position
public float rotation
public float scale
public float score
public NIVision.PointFloat[] corner
public PatternMatch()
public PatternMatch(NIVision.PointFloat position, double rotation, double scale, double score, NIVision.PointFloat[] corner)
protected PatternMatch(java.nio.ByteBuffer backing,
int offset)
protected PatternMatch(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