/Hough-Transform

霍夫直线与圆检测的python与c++实现,并结合kmeans实现了硬币数目统计!

Primary LanguagePython

📣Introduction

This repository includes line-detection & circle-detection of hough-transform.

In Hough-CircleDetection, there are two methods:

  • Analog line-detection, and three accumulators are established;

  • HoughGradient.


🌟Update

  • Implement coin counting and filter the radius using k-means!😅

🎉Results

HoughLine

💚visualization of accumulator

HoughCircle

Coins-Counting