CasHash_CUDA icon indicating copy to clipboard operation
CasHash_CUDA copied to clipboard

Number of MatchPairs

Open alien19 opened this issue 3 years ago • 0 comments

Hello @cvcore, I have an enquiry concerning the number of MatchPairs returned from the size of the pairlist here

I have read in the paper of Fast and Accurate Image Matching with Cascade Hashing for 3D Reconstruction that after selecting the top k candidates, Euclidean distance is calculated and perform Lowe's ratio test.

After the top k candidates are found, we can find the two nearest neighbors among them according to the Euclidean distance, and matches that pass Lowe's ratio test will be accepted.

But I couldn't figure out where this is placed in the code in order to know on what basis we get the number of the matches.

thanks in advance.

alien19 avatar Dec 16 '21 13:12 alien19