FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
pythoncode-tutorials/machine-learning/contour-detection at master · AndreGerver/pythoncode-tutorials · GitHub
AndreGerver
/
pythoncode-tutorials
Public
forked from
x4nth055/pythoncode-tutorials
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pythoncode-tutorials
/
machine-learning
/
contour-detection
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
Breadcrumbs
pythoncode-tutorials
/
machine-learning
/
contour-detection
/
Copy path
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
README.md
README.md
contour-detector.py
contour-detector.py
live-contour-detector.py
live-contour-detector.py
pancakes.jpg
pancakes.jpg
requirements.txt
requirements.txt
thumbs_up_down.jpg
thumbs_up_down.jpg
README.md
How to Detect Contours in Images using OpenCV in Python
To run this:
pip3 install -r requirements.txt
To detect contour of the the image thumbs_up_down.jpg using 225 value of binary threshold conversion:
python contour-detector.py thumbs_up_down.jpg 225
For live detection, consider using live-contour-detector.py script.
Back
|
FazBrowse Home
|
New Git URL