This directory contains code for using Hu Moments to match shapes.
If you don't have OpenCV installed globally, then Specify the OpenCV_DIR in CMakeLists.txt file. Then,
cmake .
make
./HuMoments images/*
./shapeMatcher
python HuMoments.py images/*
python shapeMatcher.py