|
2 년 전 | |
---|---|---|
.. | ||
README.md | 2 년 전 | |
example | 6 년 전 | |
example.cpp | 6 년 전 | |
example.py | 6 년 전 | |
sample.jpg | 6 년 전 |
This repository contains code for the blog post Convex Hull using OpenCV in Python and C++.
Python
python3 example.py <image_path>
It takes sample.jpg (default) - if no argument provided.
C++
g++ example.cpp `pkg-config opencv --cflags --libs` -o example
OR directly run the program using ./example <image_path>
Want to become an expert in AI? AI Courses by OpenCV is a great place to start.