public static class NIVision.MatchColorPatternOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.RotationAngleRange[] |
angleRanges |
private java.nio.ByteBuffer |
angleRanges_buf |
double |
colorWeight |
NIVision.ImageFeatureMode |
featureMode |
NIVision.MatchingMode |
matchMode |
int |
minContrast |
float |
minMatchScore |
int |
numMatchesRequested |
NIVision.ColorSensitivity |
sensitivity |
NIVision.SearchStrategy |
strategy |
int |
subpixelAccuracy |
backing| Modifier | Constructor and Description |
|---|---|
|
MatchColorPatternOptions() |
protected |
MatchColorPatternOptions(java.nio.ByteBuffer backing,
int offset) |
protected |
MatchColorPatternOptions(long nativeObj,
boolean owned) |
|
MatchColorPatternOptions(NIVision.MatchingMode matchMode,
NIVision.ImageFeatureMode featureMode,
int minContrast,
int subpixelAccuracy,
NIVision.RotationAngleRange[] angleRanges,
double colorWeight,
NIVision.ColorSensitivity sensitivity,
NIVision.SearchStrategy strategy,
int numMatchesRequested,
double minMatchScore) |
| 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.MatchingMode matchMode
public NIVision.ImageFeatureMode featureMode
public int minContrast
public int subpixelAccuracy
public NIVision.RotationAngleRange[] angleRanges
public double colorWeight
public NIVision.ColorSensitivity sensitivity
public NIVision.SearchStrategy strategy
public int numMatchesRequested
public float minMatchScore
private java.nio.ByteBuffer angleRanges_buf
public MatchColorPatternOptions()
public MatchColorPatternOptions(NIVision.MatchingMode matchMode, NIVision.ImageFeatureMode featureMode, int minContrast, int subpixelAccuracy, NIVision.RotationAngleRange[] angleRanges, double colorWeight, NIVision.ColorSensitivity sensitivity, NIVision.SearchStrategy strategy, int numMatchesRequested, double minMatchScore)
protected MatchColorPatternOptions(java.nio.ByteBuffer backing,
int offset)
protected MatchColorPatternOptions(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