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