mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-04-28 16:19:23 +02:00
4 lines
246 B
TeX
4 lines
246 B
TeX
\subsection{Place Recognition}
|
|
Idea: Build vocab from ``visual words'' (in Training).
|
|
\bi{Runtime} Detect keypoints; Extract descriptors; Build histogram; Query DB for similarity; If no match, insert into DB, else use to compute with e.g. RANSAC
|