Skip to content

Latest commit

 

History

History
 
 

ConvexHull

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.