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 .
  • Constructor Details

    • GeneralizedHoughBallard

      protected GeneralizedHoughBallard(long addr)
  • 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()
    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class GeneralizedHough
      Throws:
      Throwable