类 GeneralizedHoughBallard


  • public class GeneralizedHoughBallard
    extends GeneralizedHough
    使用广义霍夫变换在灰度图像中查找任意模板。仅检测位置,不包括平移和旋转 引用:Ballard1981。
    • 构造函数详情

      • GeneralizedHoughBallard

        protected GeneralizedHoughBallard​(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 java.lang.Throwable
        重写
        finalize 在类 GeneralizedHough
        抛出
        java.lang.Throwable