findMatch should provide an abstraction to search for an image needle in another image haystack
A matchrequest containing needed matching data
A matchresult containing the match probability and location
findMatches should provide an abstraction to search for an image needle in another image haystack
A matchrequest containing needed matching data
A list of matchresults containing the match probability and location
A Finder should provide an abstraction layer to perform image processing and matching via a 3rd part library
FinderInterface