RegionFindResult

data class RegionFindResult<T : IDevice<T, R>, R : Region<T, R>>(val region: R, val score: Double)

Represents the results of a find operation run on the device

Parameters

region

The region containing the matched location

score

The similarity score given by the matcher

Constructors

Link copied to clipboard
fun <R : Region<T, R>> RegionFindResult(region: R, score: Double)

Properties

Link copied to clipboard
val region: R
Link copied to clipboard