matchShapes() example
Hello Guys,
I would like to use matchShapes() function for finding an object inside a query image.
Let's say I have a model image of a book, i want to extract its shape and then try to find this book (its shape) inside another image.
I have googled a lot but couldn't find any real example on how to use matchShapes to achive this. The documentation lacks. Can someoen make a little example in C++ ?
Thanks a lot! (Note I know I can use SIFT/ORB etc, but i want to use matchShapes())