Alexandre Grenier

Results 11 comments of Alexandre Grenier

Hi, Any news on that particular issue? I am trying to implement a fix to the dxflib in cpp for cloudcompare and I've been struggling for a while now... I'm...

Wow, thanks for the great explanation, makes more sense, but still pretty hard to implement on my side, after a couple of hours/days spent on it. So I've decided to...

@drhalftone Any news on that? I'm trying to bind Libpointmatcher to Cloudcompare but cannot work in debug mode

Yes, here's an example of a scan where the points where going through a mesh grid with small holes. The points returned from the mesh where blurry : Here's the...

So first I had dependency errors (looks like a problem when parsing C:/Program Files/libnabo.. with the space between Program&Files when cmake is building the solution probably) So I modified the...

Swap seems to increase when the flowAlg->computeOpticalFlow() function is called

Yes, I've been investigating that... Anyway here's a bit of my code.. The first iteration works great but when I do this inside a parent loop it crashes.... ´´´cpp for...

Gave it a try but still I have a core dump... I really like the results, it keeps crashing on me... I think its related to a cv::Mat() not being...

Thanks for the help I'll run it as third party!

So when I setRGBDImage my RGBDimage should be in CV_8UC1 type (compressed) therefore preventing from deleting.