ITemplate

interface ITemplate

Template that will be used for matching on screen elements

Functions

Link copied to clipboard
abstract fun load(): BufferedImage

This function is in charge of loading the image into memory

Properties

Link copied to clipboard
abstract val source: URI

URI of the source for the image that this template is based on, since this is a URI it can represent anything from a local file to an url of image on the internet.

Link copied to clipboard
abstract val threshold: Double?

Score threshold for the template, ranges from 0.0 to 1.0, 0.0 means absolutely nothing in common while 1.0 means 100% match.

Inheritors

Link copied to clipboard
Link copied to clipboard