Class HoughTransformLines.Parameters

java.lang.Object
imagingbook.common.hough.HoughTransformLines.Parameters
All Implemented Interfaces:
ParameterBundle<HoughTransformLines>
Enclosing class:
HoughTransformLines

  • Field Details

    • nAng

      public int nAng
      Number of angular steps over [0, pi]
    • nRad

      public int nRad
      Number of radial steps in each pos/neg direction (accum. size = 2 * nRad + 1)
  • Constructor Details