MaitreChen / Hough-Transform

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📣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

About

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


Languages

Language:Python 63.2%Language:C++ 36.8%