GithubHelp home page GithubHelp logo

sksavant / dualquat-reg Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 3.0 16.47 MB

Global Registration using dual quaternion diffusion. DualQuaternion diffusion Code borrowed from http://www.dsi.unive.it/~rodola/sw.html

C++ 53.95% Shell 0.05% C 46.00%

dualquat-reg's Introduction

Multiview Registration via Graph Diffusion of Dual Quaternions

Evaluating the algorithm of using bunny data with PCL

Reference :

"Multiview Registration via Graph Diffusion of Dual Quaternions". Andrea Torsello, Emanuele Rodolà and Andrea Albarelli. The XXIV IEEE Conference on Computer Vision and Pattern Recognition (CVPR2011)

Paper Software

dualquat-reg's People

Contributors

sksavant avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dualquat-reg's Issues

Compiling with PCL-trunk

Thanks @sksavant for your work testing dual quaternion global registration! I hope all is well with you. What follows are a few of my first questions about your tests and my attempts to duplicate them:

0. Format & initial conditions. From browsing your demo code, it seems that dual quaternion registration as written expects input as 'ballpark aligned' meshes -- that is, input that is already been aligned (via ICP, et cetera). Can this implementation handle point cloud input and/or randomly aligned input?

1. Other results. I note your testing with the Stanford bunny data set, but I'd love to know if you've tested with much larger data sets. Do you think this code is suitable for working with large numbers of large meshes? What general memory performance do you see in these cases?

2. Build issues. I've attempted to compile from your CMakeList.txt, but as I compiled from the latest trunk (1.8) I do not have this header file:
#include <pcl/registration/dq_diffusion.h>

However, it does not appear that PCL 1.7.2 has a 'dq_diffusion' header file, either. Am I missing something?

Let me be clear that I did edit CMakeList.txt as follows to account for my build environment:
#find_package(PCL 1.7.2 EXACT) --> find_package(PCL 1.8)
#find_package(Eigen REQUIRED) --> find_package(Eigen3 REQUIRED)

Thanks again,

-Kevin

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.