- Oct 20, 2022
-
-
bzs authored
the handout clearly was using matlab's one based indexing; it asks to set the idx for no matches to 0, but what if the actual match was with the descriptor at the 0th position? So when we return we have to add an offset of 1, set nonmatching idx to 0, and later when plotting, subtract 1 from the matches
-
bzs authored
-
bzs authored
-
bzs authored
-
bzs authored
-
bzs authored
-
bzs authored
threshold first then apply nms; seem to result in too few keypoints sort keypoints by best score
-
bzs authored
-
bzs authored
-
bzs authored
-
bzs authored
-