findBest

Finds the best match for the given template inside the given image

Return

Results of the match operation

Parameters

template

Template to use for matching

image

Base image to use for matching


abstract fun findBest(template: ITemplate, image: BufferedImage, count: Int): List<ITemplateMatcher.FindResult>

Finds the best match for the given template inside the given image

Return

Results of the match operation

Parameters

template

Template to use for matching

image

Base image to use for matching

count

Max number of matches to find