mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Fixed SIFT octave issue causing registration to always fail. Added Bundler export points option.
This commit is contained in:
@@ -30,6 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include "rtabmap/gui/RtabmapGuiExp.h" // DLL export/import defines
|
||||
|
||||
#include <rtabmap/core/Signature.h>
|
||||
#include <QDialog>
|
||||
#include <QSettings>
|
||||
|
||||
@@ -51,11 +52,10 @@ public:
|
||||
|
||||
void setWorkingDirectory(const QString & path);
|
||||
|
||||
QString outputPath() const;
|
||||
|
||||
double maxLinearSpeed() const;
|
||||
double maxAngularSpeed() const;
|
||||
double laplacianThreshold() const;
|
||||
void exportBundler(
|
||||
const std::map<int, Transform> & poses,
|
||||
const std::multimap<int, Link> & links,
|
||||
const QMap<int, Signature> & signatures);
|
||||
|
||||
Q_SIGNALS:
|
||||
void configChanged();
|
||||
|
||||
Reference in New Issue
Block a user