public class ConfigHoughPolar
extends java.lang.Object
implements boofcv.struct.Configuration
DetectLineHoughPolar| Modifier and Type | Field and Description |
|---|---|
int |
localMaxRadius
Radius for local maximum suppression.
|
int |
maxLines
Maximum number of lines to return.
|
int |
minCounts
Minimum number of counts for detected line.
|
double |
resolutionAngle
Resolution of line angle in radius.
|
double |
resolutionRange
Resolution of line range in pixels.
|
float |
thresholdEdge
Edge detection threshold.
|
| Constructor and Description |
|---|
ConfigHoughPolar(int minCounts) |
ConfigHoughPolar(int minCounts,
int maxLines) |
ConfigHoughPolar(int localMaxRadius,
int minCounts,
double resolutionRange,
double resolutionAngle,
float thresholdEdge,
int maxLines) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public int localMaxRadius
public int minCounts
public double resolutionRange
public double resolutionAngle
public float thresholdEdge
public int maxLines
public ConfigHoughPolar(int minCounts)
public ConfigHoughPolar(int minCounts,
int maxLines)
public ConfigHoughPolar(int localMaxRadius,
int minCounts,
double resolutionRange,
double resolutionAngle,
float thresholdEdge,
int maxLines)