public static class CannyEdgeDetector.Parameters extends Object
Modifier and Type | Field and Description |
---|---|
double |
gSigma
Gaussian sigma (scale)
|
double |
hiThr
High threshold (20% of max.
|
double |
loThr
Low threshold (5% of max.
|
boolean |
normGradMag
Set true to normalize gradient magnitude
|
Constructor and Description |
---|
Parameters() |
public double gSigma
public double hiThr
public double loThr
public boolean normGradMag
public Parameters()
public boolean isInValid()
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)