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 Detail

      • GeneralizedHoughBallard

        protected GeneralizedHoughBallard​(long addr)
    • Method Detail

      • 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 java.lang.Throwable
        Overrides:
        finalize in class GeneralizedHough
        Throws:
        java.lang.Throwable