Documentation of 'boofcv.factory.feature.detect.line.ConfigHoughPolar' Java class
ConfigHoughPolar
boofcv.factory.feature.detect.line

Class ConfigHoughPolar

    • Field Summary

      Fields 
      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 Summary

      Constructors 
      Constructor and Description
      ConfigHoughPolar(int minCounts) 
      ConfigHoughPolar(int minCounts, int maxLines) 
      ConfigHoughPolar(int localMaxRadius, int minCounts, double resolutionRange, double resolutionAngle, float thresholdEdge, int maxLines) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void checkValidity()
      Checks to see if the configuration is valid.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • localMaxRadius

        public int localMaxRadius
        Radius for local maximum suppression. Try 2.
      • minCounts

        public int minCounts
        Minimum number of counts for detected line. Critical tuning parameter and image dependent.
      • resolutionRange

        public double resolutionRange
        Resolution of line range in pixels. Try 2
      • resolutionAngle

        public double resolutionAngle
        Resolution of line angle in radius. Try PI/180
      • thresholdEdge

        public float thresholdEdge
        Edge detection threshold. Try 50.
      • maxLines

        public int maxLines
        Maximum number of lines to return. If ≤ 0 it will return all
    • Constructor Detail

      • ConfigHoughPolar

        public ConfigHoughPolar(int minCounts)
      • ConfigHoughPolar

        public ConfigHoughPolar(int minCounts,
                                int maxLines)
      • ConfigHoughPolar

        public ConfigHoughPolar(int localMaxRadius,
                                int minCounts,
                                double resolutionRange,
                                double resolutionAngle,
                                float thresholdEdge,
                                int maxLines)
    • Method Detail

      • checkValidity

        public void checkValidity()
        Description copied from interface: Configuration
        Checks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.
        Specified by:
        checkValidity in interface Configuration

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.