Robust Sketch map Interpretation
Find a file
Malcolm Mielle 5a1eec8d74 README update
2019-11-25 18:34:40 +01:00
doc comparing only the sizes and test hungarian with SLAM 2017-03-06 19:47:49 +01:00
include measures 2018-11-30 12:48:00 +01:00
Results result image of robot maps 2017-08-02 19:37:34 +02:00
src minor changes 2018-10-26 15:44:04 +02:00
Test measures 2018-11-30 12:48:00 +01:00
Valgrind one weird crash away from working 2017-08-04 19:20:57 +02:00
.gitignore new gitignore and idea for relative size of zone 2016-10-23 19:18:58 +02:00
cmake_uninstall.cmake.in Cmake install files 2017-03-10 18:17:07 +01:00
CMakeLists.txt removed vodigrex dep 2019-07-13 12:35:27 -04:00
main.cpp cleaning some code 2016-05-16 19:00:45 +02:00
README.md README update 2019-11-25 18:34:40 +01:00
rsi-config.cmake config: depend maoris 2018-08-27 20:41:27 +02:00
UML.xmi started the descriptors 2016-05-27 02:20:05 +02:00

RSI : robust sketch integration

This repo implement the method to find unique region of a segmented map using the heat kernel distance as presented in the URSIM method paper.

If you use this, please cite the URSIM method:

@article{Mielle_2019, 
	title={URSIM: Unique Regions for Sketch Map Interpretation and Matching}, 
	volume={8}, 
	ISSN={2218-6581}, 
	url={http://dx.doi.org/10.3390/robotics8020043}, 
	DOI={10.3390/robotics8020043}, 
	number={2}, 
	journal={Robotics}, 
	publisher={MDPI AG}, 
	author={Mielle, Malcolm and Magnusson, Martin and Lilienthal, Achim}, 
	year={2019}, 
	month={Jun}, 
	pages={43}}

Exec

An overall super needed README

test_pca : compute the zone of a bunch a image in a folder

test_hunagrian : test the hungarian library

test_zone_hungarian_itself : match a graph zone extracted from an image onto itself

test_zone_hungarian : match two grah from different images but from same environment.

Dependencies