| Package | Description |
|---|---|
| com.ni.vision |
| Modifier and Type | Field and Description |
|---|---|
NIVision.StraightEdgeSearchMode |
NIVision.StraightEdgeOptions.searchMode |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.StraightEdgeSearchMode |
NIVision.StraightEdgeSearchMode.fromValue(int val) |
static NIVision.StraightEdgeSearchMode |
NIVision.StraightEdgeSearchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.StraightEdgeSearchMode[] |
NIVision.StraightEdgeSearchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StraightEdgeOptions(int numLines,
NIVision.StraightEdgeSearchMode searchMode,
double minScore,
double maxScore,
double orientation,
double angleRange,
double angleTolerance,
int stepSize,
double minSignalToNoiseRatio,
double minCoverage,
int houghIterations) |
Copyright © 2015. All rights reserved.