Nicolas Mellado

Results 103 comments of Nicolas Mellado

> Yes I have forked your repo, you can see the changes here . Thanks, I will try to have a look asap. I'm very busy these days but hopefully...

Delta is a parameter that controls the desired accuracy of the algorithm. Indirectly, it influences the size of several internal data-structures. In most cases, wrong parameter values leads to empty...

Reducing the parameter delta increase the resolution of the acceleration structures. I experienced crashed when trying to allocate too large datastructures, maybe this is what happens to you ? Could...

Hi, This is actually a very good question and interesting use case. Could you share a couple of point-clouds so I can see how to extend the library to do...

Hi, Did you follow these recommendations ? https://storm-irit.github.io/OpenGR/a00012.html

Ok, I’ll test and see if I can reproduce this behavior. Can your please detail your configuration ? OS, compiler.

No problem, I'll try to have a look. Just to be sure, did you use the point cloud available at http://geometry.cs.ucl.ac.uk/projects/2014/super4PCS/ ?

Dear @eesd21 , I didn’t try to generate VS solutions recently. The recommended way is to load the cmake project directly with cmake (see documentation). could you try and see...

Dear @eesd21 , I didn’t try to generate VS solutions recently. The recommended way is to load the cmake project directly with cmake (see documentation). could you try and see...

@eesd21 did you manage to make it work ?