Class GeneralizedHough

    • Constructor Detail

      • GeneralizedHough

        protected GeneralizedHough​(long addr)
    • Method Detail

      • setTemplate

        public void setTemplate​(Mat templ,
                                Point templCenter)
      • setTemplate

        public void setTemplate​(Mat templ)
      • setTemplate

        public void setTemplate​(Mat edges,
                                Mat dx,
                                Mat dy,
                                Point templCenter)
      • setTemplate

        public void setTemplate​(Mat edges,
                                Mat dx,
                                Mat dy)
      • detect

        public void detect​(Mat image,
                           Mat positions,
                           Mat votes)
      • detect

        public void detect​(Mat image,
                           Mat positions)
      • detect

        public void detect​(Mat edges,
                           Mat dx,
                           Mat dy,
                           Mat positions,
                           Mat votes)
      • detect

        public void detect​(Mat edges,
                           Mat dx,
                           Mat dy,
                           Mat positions)
      • setCannyLowThresh

        public void setCannyLowThresh​(int cannyLowThresh)
      • getCannyLowThresh

        public int getCannyLowThresh()
      • setCannyHighThresh

        public void setCannyHighThresh​(int cannyHighThresh)
      • getCannyHighThresh

        public int getCannyHighThresh()
      • setMinDist

        public void setMinDist​(double minDist)
      • getMinDist

        public double getMinDist()
      • setDp

        public void setDp​(double dp)
      • getDp

        public double getDp()
      • setMaxBufferSize

        public void setMaxBufferSize​(int maxBufferSize)
      • getMaxBufferSize

        public int getMaxBufferSize()
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class Algorithm
        Throws:
        java.lang.Throwable