public static class NIVision.CannyOptions extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
lowerThreshold |
float |
sigma |
float |
upperThreshold |
int |
windowSize |
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 |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public 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)