wsAndy / shape-context-matching

shape matching
MIT License
1 stars 1 forks source link

Shape Matching

The codes are copied from here, which is a c++ implementation of Shape Matching.

I convert the code to a more suitable one for my own project.

Build

mkdir build;
cd build;
cmake ..
make -j4

Run

./match

Used images and Results

image1 image2 matching shape without distance filter matching shape with distance filter