Tim M 57b5cefde5 Updated all `.md` files to contain newest image 2 jaren geleden
..
images fc071dacaf HuMoments 6 jaren geleden
CMakeLists.txt 196654a8f5 Update CMakeLists.txt 6 jaren geleden
HuMoments.cpp fc071dacaf HuMoments 6 jaren geleden
HuMoments.py fc071dacaf HuMoments 6 jaren geleden
README.md 57b5cefde5 Updated all `.md` files to contain newest image 2 jaren geleden
shapeMatcher.cpp e887c7e111 added README and CMakeLists.txt and some bug fixes 6 jaren geleden
shapeMatcher.py e887c7e111 added README and CMakeLists.txt and some bug fixes 6 jaren geleden

README.md

Shape Matching using Hu Moments (C++/Python)

This repository contains the code for Shape Matching using Hu Moments (C++/Python) blog post.

download

This directory also contains code for using Hu Moments to match shapes.

For C++

How to compile the code

If you don't have OpenCV installed globally, then Specify the OpenCV_DIR in CMakeLists.txt file. Then,

cmake .
make

How to Run the code

C++

Find Hu Moments

./HuMoments images/*

Match shapes

./shapeMatcher

Python

Find Hu Moments

python HuMoments.py images/*

Match shapes

python shapeMatcher.py

AI Courses by OpenCV

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