FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

pythoncode-tutorials/machine-learning/edge-detection at master · oakicode/pythoncode-tutorials · GitHub

Latest commit

 

History

History
 
 

To run this:

  • pip3 install -r requirements.txt
  • To detect edges of a specific image (little_flower.jpg):
    python edge_detector.py little_flower.jpg
    
  • To detect edges live using your webcam:
    python live_edge_detector.py
    

Back | FazBrowse Home | New Git URL