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
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