├── README.txt ├── headers.h ├── main.cpp ├── model1.bmp ├── model1_dst1.bmp ├── model1_dst2.bmp ├── model1_src1.bmp ├── model1_src2.bmp ├── model2.bmp ├── model2_dst1.bmp ├── model2_dst2.bmp ├── model2_src1.bmp ├── model2_src2.bmp ├── model3.bmp ├── model3_dst1.bmp ├── model3_dst2.bmp ├── model3_dst3.bmp ├── model3_dst4.bmp ├── model3_dst5.bmp ├── model3_dst6.bmp ├── model3_src1.bmp ├── model3_src2.bmp ├── model3_src3.bmp ├── model3_src4.bmp ├── model3_src5.bmp ├── model3_src6.bmp ├── shapeMatcher.cpp └── shapeMatcher.h /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/README.txt -------------------------------------------------------------------------------- /headers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/headers.h -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/main.cpp -------------------------------------------------------------------------------- /model1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model1.bmp -------------------------------------------------------------------------------- /model1_dst1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model1_dst1.bmp -------------------------------------------------------------------------------- /model1_dst2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model1_dst2.bmp -------------------------------------------------------------------------------- /model1_src1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model1_src1.bmp -------------------------------------------------------------------------------- /model1_src2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model1_src2.bmp -------------------------------------------------------------------------------- /model2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model2.bmp -------------------------------------------------------------------------------- /model2_dst1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model2_dst1.bmp -------------------------------------------------------------------------------- /model2_dst2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model2_dst2.bmp -------------------------------------------------------------------------------- /model2_src1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model2_src1.bmp -------------------------------------------------------------------------------- /model2_src2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model2_src2.bmp -------------------------------------------------------------------------------- /model3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model3.bmp -------------------------------------------------------------------------------- /model3_dst1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model3_dst1.bmp -------------------------------------------------------------------------------- /model3_dst2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model3_dst2.bmp -------------------------------------------------------------------------------- /model3_dst3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model3_dst3.bmp -------------------------------------------------------------------------------- /model3_dst4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model3_dst4.bmp -------------------------------------------------------------------------------- /model3_dst5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model3_dst5.bmp -------------------------------------------------------------------------------- /model3_dst6.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model3_dst6.bmp -------------------------------------------------------------------------------- /model3_src1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model3_src1.bmp -------------------------------------------------------------------------------- /model3_src2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model3_src2.bmp -------------------------------------------------------------------------------- /model3_src3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model3_src3.bmp -------------------------------------------------------------------------------- /model3_src4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model3_src4.bmp -------------------------------------------------------------------------------- /model3_src5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model3_src5.bmp -------------------------------------------------------------------------------- /model3_src6.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/model3_src6.bmp -------------------------------------------------------------------------------- /shapeMatcher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/shapeMatcher.cpp -------------------------------------------------------------------------------- /shapeMatcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yiphy/2D-Shape-Match/HEAD/shapeMatcher.h --------------------------------------------------------------------------------