public static class NIVision.CurveParameters extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.ExtractionMode |
extractionMode |
NIVision.EdgeFilterSize |
filterSize |
int |
maxEndPointGap |
int |
minLength |
int |
searchStep |
int |
subpixel |
int |
threshold |
backing| Modifier | Constructor and Description |
|---|---|
|
CurveParameters() |
protected |
CurveParameters(java.nio.ByteBuffer backing,
int offset) |
protected |
CurveParameters(long nativeObj,
boolean owned) |
|
CurveParameters(NIVision.ExtractionMode extractionMode,
int threshold,
NIVision.EdgeFilterSize filterSize,
int minLength,
int searchStep,
int maxEndPointGap,
int subpixel) |
| 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.ExtractionMode extractionMode
public int threshold
public NIVision.EdgeFilterSize filterSize
public int minLength
public int searchStep
public int maxEndPointGap
public int subpixel
public CurveParameters()
public CurveParameters(NIVision.ExtractionMode extractionMode, int threshold, NIVision.EdgeFilterSize filterSize, int minLength, int searchStep, int maxEndPointGap, int subpixel)
protected CurveParameters(java.nio.ByteBuffer backing,
int offset)
protected CurveParameters(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