You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: