public class ConfigRefinePolygonLineToImage
extends java.lang.Object
implements boofcv.struct.Configuration
RefinePolygonLineToImage| Modifier and Type | Field and Description |
|---|---|
double |
convergeTolPixels
Convergence tolerance in pixels
|
double |
cornerOffset
How far away in pixels it will start sampling the line from a corner.
|
int |
lineSamples
Number of times along the line it will be sampled
|
double |
maxCornerChangePixel
Maximum number of pixels a corner can be adjusted in a single iteration.
|
int |
maxIterations
Maximum number of iterations
|
int |
sampleRadius
Number of points tangent to the line in each direction it samples.
|
| Constructor and Description |
|---|
ConfigRefinePolygonLineToImage() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
java.lang.String |
toString() |
public double cornerOffset
public int lineSamples
public int sampleRadius
public int maxIterations
public double convergeTolPixels
public double maxCornerChangePixel