adl1995 / generalised-hough-transform

Applies Generalised Hough Transform to object detection in images.
29 stars 13 forks source link

too many bugs.. fix it #1

Closed ShubhayuDas closed 6 years ago

ShubhayuDas commented 6 years ago

Try using opencv insted

ShubhayuDas commented 6 years ago

Firstly change the name of executables. Remove the '-'. The syntax is not supported while importing

adl1995 commented 6 years ago

Try using opencv insted

This repository is merely a proof-of-concept for novice users who want to get started in computer vision. It implements the object detection algorithm without relying on external libraries, so users can try and understand its intricate details.

If you want to work on a production level application, you should obviously opt for more efficient libraries, such as OpenCV.

Firstly change the name of executables. Remove the '-'. The syntax is not supported while importing

I have updated the file names, so the import issue should be fixed now.