Giter Club home page Giter Club logo

pcl-registration's Introduction

pcl-registration

This package takes two point clouds as input arguments and attempts to align them using feature matching. The syntax for running the executable is

./pipeline <source.pcd> <target.pcd>

First, the normals of each point cloud are estimated using a PCL Normal Estimation object. Then, using these normals as input, a PCL SIFT Keypoint object is used to compute the SIFT keypoints of each input cloud.

A PCL FPFH Estimation object is used to estimate the FPFH features at the keypoints of both clouds. Note that the search surface must be set to the original point cloud, but the input cloud is set to the keypoint cloud.

Once the keypoints and features have been estimated, they are used as input for the computeInitialAlignment() method, which is defined in the include/pipeline.hpp file. This method uses a PCL Sample Consensus Initial Alignment object to return a 4 by 4 transformation matrix. Finally, this matrix is applied to the source cloud to align it with the target cloud.

The program opens a PCL visualizer with two viewports. The left viewport displays the two input clouds and their SIFT keypoints, without any transformation. The right viewport displays the transformed source cloud and the original target cloud.

Point Cloud Visualization

Parameters for keypoint detection and initial alignment can be tuned in the include/pipeline.hpp file.

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.