java.lang.Object
imagingbook.common.hough.HoughTransformLines.Parameters
- All Implemented Interfaces:
ParameterBundle<HoughTransformLines>
- Enclosing class:
- HoughTransformLines
public static class HoughTransformLines.Parameters
extends Object
implements ParameterBundle<HoughTransformLines>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface imagingbook.common.util.ParameterBundle
getValidParameterFields, printToStream, printToString, validate
-
Field Details
-
nAng
Number of angular steps over [0, pi] -
nRad
Number of radial steps in each pos/neg direction (accum. size = 2 * nRad + 1)
-
-
Constructor Details
-
Parameters
public Parameters()
-