Giter Club home page Giter Club logo

pcl-fusion's Introduction

Point Cloud Fusion

Pointcloud

Introduction

Point Cloud Fusion is a tool for fusing multiple point clouds into a unified, coherent model. This repository provides an easy-to-use interface for camera calibration and point cloud manipulation.

Getting Started

Prerequisites

Ensure you have Python 3.10 installed. The repository uses Open3D, which is compatible specifically with this Python version.

Installation Steps

  1. Clone the GitHub repository:

    git clone [email protected]:voluview/fusion.git
  2. Navigate into the cloned directory and install Poetry:

    cd fusion
  3. Set up the virtual environment and install dependencies:

    poetry env use python3.10
    poetry install

    Note: Open3D requires Python 3.10; newer versions are not supported.

Configuration

You can customize the tool's behavior by modifying the settings in core/config.py. This file contains various parameters related to camera setup, point cloud alignment, and more.

How to Use

Camera Calibration

To achieve accurate point cloud fusion, you'll need to calibrate your cameras first.

Steps for Calibration:

  1. Generate a ChaRuCo board: Utilize the utils/charuco_board.py script to generate a ChaRuCo board for calibration.

    make board
  2. Run the calibration script:

    make cal

Controls:

Key Action
q Quit
c Calibrate point clouds

Generating Point Clouds

After calibrating the cameras, proceed to generate the point clouds.

Steps to Generate Point Clouds:

  1. Execute the point cloud script:

    make pcl

Controls:

Key Action
q Quit
a Align point clouds with ICP
r Reset alignment
s Save point cloud alignment
d Toggle depth view

pcl-fusion's People

Contributors

ivnvxd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

vmview whuhxb

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.