ethz-asl / hfnet

From Coarse to Fine: Robust Hierarchical Localization at Large Scale with HF-Net (https://arxiv.org/abs/1812.03506)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local feature matching

lidongjiangBJTU opened this issue · comments

Hello, excellent work!
I have a minor question when I read your paper.
in the paper, "Local feature matching. For each place, we successively match the 2D keypoints detected in the query image to the 3D points contained in the place" .
May I ask that which method was adopted in the process of 2d and 3d matching ? because it only expressed as successfully matched and not mentioned matching algorithms.
Looking forward your reply.

We use a brute force nearest neighbor matcher (see here).