Open Cv Template Matcher
Constructors
Types
Functions
Link copied to clipboard
open override 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.