microsoft / mageslam

A lightweight monocular SLAM written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use arcana.cpp

syntheticmagus opened this issue · comments

The version of Arcana currently in MAGE-SLAM is an older (and larger) version of arcana.cpp. MAGE-SLAM should be changed to take arcana.cpp as a dependency and use the implementation there; redundant implementations should be removed, and missing features should be either added to arcana.cpp or separated out in this repository.