ITemplate Matcher
interface ITemplateMatcher
Interface class to implement for custom template matchers
Types
Functions
Link copied to clipboard
abstract fun findBest(template: ITemplate, image: BufferedImage, count: Int): List<ITemplateMatcher.FindResult>
Finds the best match for the given template inside the given image
Link copied to clipboard
This method removes any overlapping FindResult, giving priority to the FindResult with the highest score.