OpenCvTemplateMatcher

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Functions

Link copied to clipboard
open override fun findBest(template: ITemplate, image: BufferedImage): ITemplateMatcher.FindResult?
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.

Properties

Link copied to clipboard