findMatch should provide an abstraction to search for an image needle in another image haystack
A MatchRequest containing needed matching data
A MatchResult holding the match probability and location
ImageFinderInterface
findMatches should provide an abstraction to search for an image needle in another image haystack
A match request containing needed matching data
A list of MatchResults holding the match probability and location
ImageFinderInterface
Generated using TypeDoc
An ImageFinder should provide an abstraction layer to perform image matching
ImageFinderInterface