Giter Club home page Giter Club logo

nonrigidicp's Introduction

Non-Rigid ICP

An implementation of non-rigid ICP to register the scanned model to the unified template.

Dependencies

Platforms: Ubuntu

The code are based on the following third parties.

  • Eigen
  • SuiteSparse
  • Boost
  • Opencv
  • dlib
  • Trimesh2 (included in 3rdparty)

Install Steps:

  • 1.run blow command
sudo apt-get install libopencv-dev liblz4-dev libpcl-dev libdlib-dev libsuitesparse-dev libomp-dev cmake python python-pip
  • 2.sudo vim /usr/include/dlib/gui_core/gui_core_kernel_2.h and comment line 11 and 12.
//#error "DLIB_NO_GUI_SUPPORT is defined so you can't use the GUI code.  Turn DLIB_NO_GUI_SUPPORT off if you want to use it."
//#error "Also make sure you have libx11-dev installed on your system"
  • 3.recomplie trimesh
cd 3rdparty/trimesh2/
make clean && make
  • 4.compliation:
mkdir build
cd build
cmake ..
make -j4

Usage

./nonrigid

nonrigidicp's People

Contributors

jpl917 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nonrigidicp's Issues

X Change:-nan

I am glad to run your code. But I found some error in the code, and I dont know what should I do. When I run your sample given in the ../demo1 folder and ../template folder. I found the X change is -nan. What should I do?

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.