Class GeneralizedHoughBallard


public class GeneralizedHoughBallard extends GeneralizedHough
finds arbitrary template in the grayscale image using Generalized Hough Transform Detects position only without translation and rotation CITE: Ballard1981 .
  • Method Details

    • __fromPtr__

      public static GeneralizedHoughBallard __fromPtr__(long addr)
    • setLevels

      public void setLevels(int levels)
    • getLevels

      public int getLevels()
    • setVotesThreshold

      public void setVotesThreshold(int votesThreshold)
    • getVotesThreshold

      public int getVotesThreshold()