GithubHelp home page GithubHelp logo

submapsregistration's Introduction

SubmapsRegistration

Tools for keypoint detection, feature computation and correspondance matching in point clouds, with the focus on bathymetric data.

Dependencies (Ubuntu 20.04)

Building

Clone this repository and create a build folder under the root, then execute

cd build
cmake ..
make -j4

Running

Avalible under the bin folder:

Registration of a pointcloud against itself after a random transformation

./submap_registration ../meshes/submap_1.pcd ../config.yaml

And hit 'q' on the window to go through the registration steps:

  1. Keypoints extraction
  2. Correspondance matching between the keypoints features
  3. Initial alingment based on the correspondances
  4. GICP registration
  5. Exit

Constructs submaps from a bathymetry survey with 'submap_size' pings per submap and saves them as 'pcd' files in the output folder

./submaps_construction --submap_size 200 --overlap 0.6 --mbes_cereal /path/to/file.cereal --output_folder /path/to/output/folder

Util for visualizing the output submaps within the range [first_submap,last_submap] from the previous app one by one

./visualize_submaps --input_folder /path/to/folder/with/pcd --first_submap 200 --last_submap 250

Tuning

There are some important parameters to tune, they are written in config.yaml. So that you do not need to build every time you change the parameters during tuning.

submapsregistration's People

Contributors

ignaciotb avatar xyp8023 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.