@openhps/opencv
    Preparing search index...

    Function getScoreMax

    • Find values greater than threshold in a 32bit float matrix and return a list of matchs formated as [[x1, y1, score1]. [x2, y2, score2], [x3, y3, score3]] add to be used with matchTemplate non Natif code

      Parameters

      • scoreMat: Mat

        Matric containing scores as 32Bit float (CV_32F)

      • threshold: number

        Minimal score to collect

      • Optionalregion: Rect

        search region

      Returns [number, number, number][]

      a list of matchs