Package | Description |
---|---|
com.ni.vision |
Modifier and Type | Field and Description |
---|---|
NIVision.SearchStrategy |
NIVision.MatchPatternAdvancedOptions.searchStrategy |
NIVision.SearchStrategy |
NIVision.LearnPatternAdvancedRotationOptions.searchStrategySupport |
NIVision.SearchStrategy |
NIVision.MatchColorPatternOptions.strategy |
Modifier and Type | Method and Description |
---|---|
static NIVision.SearchStrategy |
NIVision.SearchStrategy.fromValue(int val) |
static NIVision.SearchStrategy |
NIVision.SearchStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.SearchStrategy[] |
NIVision.SearchStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LearnPatternAdvancedRotationOptions(NIVision.SearchStrategy searchStrategySupport,
int initialStepSize,
int initialSampleSize,
double initialSampleSizeFactor,
int initialAngularAccuracy,
int finalSampleSize,
double finalSampleSizeFactor,
int finalAngularAccuracy,
int subpixelSampleSize,
double subpixelSampleSizeFactor) |
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) |
MatchPatternAdvancedOptions(int subpixelIterations,
double subpixelTolerance,
int initialMatchListLength,
int matchListReductionFactor,
int initialStepSize,
NIVision.SearchStrategy searchStrategy,
int intermediateAngularAccuracy) |
Copyright © 2015. All rights reserved.