FindResult

data class FindResult(val rectangle: Rectangle, val score: Double)

Represents the results of a matching operation

Parameters

rectangle

The rectangle containing the template

score

The similarity score given by the matcher

Constructors

Link copied to clipboard
fun FindResult(rectangle: Rectangle, score: Double)

Properties

Link copied to clipboard
Link copied to clipboard