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
Matric containing scores as 32Bit float (CV_32F)
Minimal score to collect
Optional
search region
a list of matchs
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