Does OpenCV have any method/function for edge based template matching? [closed]

asked 2013-12-04 00:49:15 -0600

Mangalyaan II gravatar image

updated 2020-10-10 19:49:18 -0600

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?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-12-03 03:09:01.618175

Comments

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).

Guanta gravatar imageGuanta ( 2013-12-11 08:54:51 -0600 )edit