← 返回首页
pythoncode-tutorials/machine-learning/shape-detection at master · x4nth055/pythoncode-tutorials · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Latest commit

 

History

History
 master
Top

To run this:

  • pip3 install -r requirements.txt.
  • To detect lines of the image monitor.jpg:
    python shape_detector.py monitor.jpg
  • To detect lines of live camera:
    python live_shape_detector.py
  • To detect circles on coins.jpg image, consider:
    python circle_detector.py coins.jpg

Footer

© 2026 GitHub, Inc.