mustafaakin / image-matcher

Image recognition implementation in Android, using OpenCV
66 stars 38 forks source link

crash,filterMatchesByHomography #3

Open huanghuoxian opened 7 years ago

huanghuoxian commented 7 years ago

i call the function filterMatchesByDistance get filtered matches and the call the function filterMatchesByHomography, in function filterMatchesByHomography() this line Point kk1 = k1[match.queryIdx].pt; crash java.lang.ArrayIndexOutOfBoundsException: length=68; index=126