Skip to content
#

hough

Here are 12 public repositories matching this topic...

The circle Hough Transform is a feature extraction technique for detecting circles. It is a specialization of Hough Transform. The purpose of the technique is to find circles in imperfect image inputs. The circle candidates are produced by “voting” in the Hough parameter space and then select the local maxima in the accumulator array.

  • Updated Jan 19, 2017
  • Python

Implemented Hough transform to detect free and occluded circles in an image in two ways using OpenCV library. • Detected circles by maintaining accumulator array • Detected circles by randomizing four points along the circle and approximate the radius.

  • Updated Dec 28, 2016
  • Python

Improve this page

Add a description, image, and links to the hough topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hough topic, visit your repo's landing page and select "manage topics."

Learn more