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
As i understand, when creating an ErrorElement, the following alignement is done to have all matrices of size knn*npts :
sourcePts are reordered to be aligned with their requestPts. matches are aligned too, but their value point to the index of the non-alignedsourcePts matrix (in green).
So, after creating an ErrorElement, errorElement.matches can no longer be used ? I'm correct ?
Shouldn't an explanation of ErrorElement be given somewhere?
The text was updated successfully, but these errors were encountered:
As i understand, when creating an ErrorElement, the following alignement is done to have all matrices of size
knn*npts
:sourcePts
are reordered to be aligned with theirrequestPts
.matches
are aligned too, but their value point to the index of the non-alignedsourcePts
matrix (in green).So, after creating an ErrorElement, errorElement.matches can no longer be used ? I'm correct ?
Shouldn't an explanation of ErrorElement be given somewhere?
The text was updated successfully, but these errors were encountered: