Tim M 57b5cefde5 Updated all `.md` files to contain newest image 2 년 전
..
README.md 57b5cefde5 Updated all `.md` files to contain newest image 2 년 전
example 65706918f7 Added Convex Hull Code 6 년 전
example.cpp ba57219499 Typo corrected (C++ Code) 6 년 전
example.py 65706918f7 Added Convex Hull Code 6 년 전
sample.jpg 65706918f7 Added Convex Hull Code 6 년 전

README.md

Convex Hull using OpenCV in Python and CPP

This repository contains code for the blog post Convex Hull using OpenCV in Python and C++.

Convex Hull openCV

download

Usage

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>

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.