Jens Munk Hansen
Jens Munk Hansen
Hi Jhuels The initialization you get is most likely due to Qt initializing the context using the message loop. I had similar issues with this before and polled the application...
Will do. I have not used the Fgt library, but I have updated these files as well.
How do create an upstream branch in your repository for making a PR? I cannot find any buttons for creating branches. I have local branch and tried to set the...
jmh@DebianX1Extreme:~/github/ICP/cpd$ git push --set-upstream origin fullytemplated ERROR: Permission to gadomski/cpd.git denied to JensMunkHansen. fatal: Could not read from remote repository.
It worked using `gh`. I used clang-format on all the files with the formatting files in your root. There may be a better way, but I decided to simply add...
So are my projects. I have a 150 kLOC hobby project build upon VTK for SLAM. Also have a faster version for cpd (rigid only), but I find your solution...
If you know how to avoid explicitly instantiating the needed templates, I would like to know. There may be a better way.
I can see that the FGT library needs to be changed in a similar way for this to work with both float and double.
I had no idea what Fgt was, I found it now. I created a templated version of this also. I works with the old version of libflann that you are...
So far, I only added a filter for removing the stuff that fails. It seems it is an issue with the `fast_int` types. Looking into morton codes for reducing memory......