public static class NIVision.CannyOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
float |
lowerThreshold |
float |
sigma |
float |
upperThreshold |
int |
windowSize |
backing| Modifier | Constructor and Description |
|---|---|
|
CannyOptions() |
protected |
CannyOptions(java.nio.ByteBuffer backing,
int offset) |
|
CannyOptions(double sigma,
double upperThreshold,
double lowerThreshold,
int windowSize) |
protected |
CannyOptions(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 float sigma
public float upperThreshold
public float lowerThreshold
public int windowSize
public CannyOptions()
public CannyOptions(double sigma,
double upperThreshold,
double lowerThreshold,
int windowSize)
protected CannyOptions(java.nio.ByteBuffer backing,
int offset)
protected CannyOptions(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