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