Hough Transform

  • Here we transform from image space to hough space to find some parameterized models, such as lines, circles, etc.

  • Hough Algo to find lines

    • Image result for algorithm for hough transform

    • Other Extension for finding hough lines:- Screenshot from 2017-05-25 03:55:27.png

  • General Hough Algo:- Image result for algorithm for hough transform

  • Hough Transform Not works so easily as they may seem. There have to be many things done after that.

  • Hough Transform can cope with occulsion also.

  • Robust to noise.

  • Generalised Hough Transform- Very Important. Have application in object Recognition using feature patches. http://www.cs.cmu.edu/~16385/spring15/lectures/Lecture6.pdf

Last updated