Does OpenCV have any method/function for edge based template matching? [closed]
Hi there!
I am looking for a function to replace Matrox Imaging Library's Geometric Model Finder(gmf). Gmf uses edges, curves, lines, etc to find templates in the target image. Does openCV have any edge based template matching method/function?
Thanks!
Does MatchShapes() use edge information to match templates?
No, matchShapes uses moments, afaik sth like what you ask for doesn't exist (maybe in the opencv master branch, but not that I am aware of).