Skip to content

GeoRefHut++ is a simple tool for performing GICP alignments on E57 point cloud files and optimizing the consequent pose graph. By visually picking targets, georeference can be established.

License

Notifications You must be signed in to change notification settings

SteveDoingStuff/GeoRefHut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoRefHut++

GUI of GeoRefHut

Description

GeoRefHut++ is a C++ project for aligning E57 point clouds via GICP, optimizing the resulting pose graph and georeferencing the aligned point clouds. This project has only been tested on Ubuntu 24.04.2 LTS.

Dependencies

Build

Clone repository:

git clone https://github.com/SteveDoingStuff/GeoRefHut.git
cd GeoRefHut

Install dependencies:

Just create a folder 'dependencies' in your working directory and git clone and build those libraries there following their respective instructions.

Build:

mkdir build
cd build
cmake ..
make

Run:

before running the programm, you might need to set LD_LIBRARY_PATH:

export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu

run program by:

./GeoRefHut

About

GeoRefHut++ is a simple tool for performing GICP alignments on E57 point cloud files and optimizing the consequent pose graph. By visually picking targets, georeference can be established.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published