public static class NIVision.MatchGeometricPatternAdvancedOptions3 extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int |
coarseResult |
int |
correlationScore |
int |
enableCalibrationSupport |
NIVision.ContrastMode |
enableContrastReversal |
int |
initialMatchListLength |
NIVision.GeometricMatchingSearchStrategy |
matchStrategy |
double |
maxMatchOverlap |
double |
minMatchSeparationAngle |
double |
minMatchSeparationDistance |
double |
minMatchSeparationScale |
int |
refineMatchFactor |
int |
subpixelIterations |
int |
subpixelMatchFactor |
double |
subpixelTolerance |
int |
targetTemplateCurveScore |
backing| Modifier | Constructor and Description |
|---|---|
|
MatchGeometricPatternAdvancedOptions3() |
protected |
MatchGeometricPatternAdvancedOptions3(java.nio.ByteBuffer backing,
int offset) |
|
MatchGeometricPatternAdvancedOptions3(int subpixelIterations,
double subpixelTolerance,
int initialMatchListLength,
int targetTemplateCurveScore,
int correlationScore,
double minMatchSeparationDistance,
double minMatchSeparationAngle,
double minMatchSeparationScale,
double maxMatchOverlap,
int coarseResult,
int enableCalibrationSupport,
NIVision.ContrastMode enableContrastReversal,
NIVision.GeometricMatchingSearchStrategy matchStrategy,
int refineMatchFactor,
int subpixelMatchFactor) |
protected |
MatchGeometricPatternAdvancedOptions3(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 int subpixelIterations
public double subpixelTolerance
public int initialMatchListLength
public int targetTemplateCurveScore
public int correlationScore
public double minMatchSeparationDistance
public double minMatchSeparationAngle
public double minMatchSeparationScale
public double maxMatchOverlap
public int coarseResult
public int enableCalibrationSupport
public NIVision.ContrastMode enableContrastReversal
public NIVision.GeometricMatchingSearchStrategy matchStrategy
public int refineMatchFactor
public int subpixelMatchFactor
public MatchGeometricPatternAdvancedOptions3()
public MatchGeometricPatternAdvancedOptions3(int subpixelIterations,
double subpixelTolerance,
int initialMatchListLength,
int targetTemplateCurveScore,
int correlationScore,
double minMatchSeparationDistance,
double minMatchSeparationAngle,
double minMatchSeparationScale,
double maxMatchOverlap,
int coarseResult,
int enableCalibrationSupport,
NIVision.ContrastMode enableContrastReversal,
NIVision.GeometricMatchingSearchStrategy matchStrategy,
int refineMatchFactor,
int subpixelMatchFactor)
protected MatchGeometricPatternAdvancedOptions3(java.nio.ByteBuffer backing,
int offset)
protected MatchGeometricPatternAdvancedOptions3(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