public class ConfigHoughFootSubimage
extends java.lang.Object
implements boofcv.struct.Configuration
DetectLineHoughFootSubimage.| Modifier and Type | Field and Description |
|---|---|
int |
localMaxRadius
Lines in transform space must be a local max in a region with this radius.
|
int |
maxLines
Maximum number of lines to return.
|
int |
minCounts
Minimum number of counts/votes inside the transformed image.
|
int |
minDistanceFromOrigin
Lines which are this close to the origin of the transformed image are ignored.
|
float |
thresholdEdge
Threshold for classifying pixels as edge or not.
|
int |
totalHorizontalDivisions
Number of sub-images in horizontal direction Try 2
|
int |
totalVerticalDivisions
Number of sub images in vertical direction.
|
| Constructor and Description |
|---|
ConfigHoughFootSubimage() |
ConfigHoughFootSubimage(int maxLines) |
ConfigHoughFootSubimage(int localMaxRadius,
int minCounts,
int minDistanceFromOrigin,
float thresholdEdge,
int maxLines,
int totalHorizontalDivisions,
int totalVerticalDivisions) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public int localMaxRadius
public int minCounts
public int minDistanceFromOrigin
public float thresholdEdge
public int maxLines
public int totalHorizontalDivisions
public int totalVerticalDivisions
public ConfigHoughFootSubimage()
public ConfigHoughFootSubimage(int maxLines)
public ConfigHoughFootSubimage(int localMaxRadius,
int minCounts,
int minDistanceFromOrigin,
float thresholdEdge,
int maxLines,
int totalHorizontalDivisions,
int totalVerticalDivisions)