public static class NIVision.StraightEdgeOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
double |
angleRange |
double |
angleTolerance |
int |
houghIterations |
double |
maxScore |
double |
minCoverage |
double |
minScore |
double |
minSignalToNoiseRatio |
int |
numLines |
double |
orientation |
NIVision.StraightEdgeSearchMode |
searchMode |
int |
stepSize |
backing| Modifier | Constructor and Description |
|---|---|
|
StraightEdgeOptions() |
protected |
StraightEdgeOptions(java.nio.ByteBuffer backing,
int offset) |
|
StraightEdgeOptions(int numLines,
NIVision.StraightEdgeSearchMode searchMode,
double minScore,
double maxScore,
double orientation,
double angleRange,
double angleTolerance,
int stepSize,
double minSignalToNoiseRatio,
double minCoverage,
int houghIterations) |
protected |
StraightEdgeOptions(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 numLines
public NIVision.StraightEdgeSearchMode searchMode
public double minScore
public double maxScore
public double orientation
public double angleRange
public double angleTolerance
public int stepSize
public double minSignalToNoiseRatio
public double minCoverage
public int houghIterations
public StraightEdgeOptions()
public StraightEdgeOptions(int numLines,
NIVision.StraightEdgeSearchMode searchMode,
double minScore,
double maxScore,
double orientation,
double angleRange,
double angleTolerance,
int stepSize,
double minSignalToNoiseRatio,
double minCoverage,
int houghIterations)
protected StraightEdgeOptions(java.nio.ByteBuffer backing,
int offset)
protected StraightEdgeOptions(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