-
Hi Gil,
I recently read your paper "3D Point Cloud Registration for Localization using a Deep Neural Network Auto-Encoder", it is very interesting and has many creative ideas.
One doubt in my …
-
While checking a [build log](https://dev.azure.com/PointCloudLibrary/pcl/_build/results?buildId=12660&view=logs&j=377bee81-b530-5eab-ac40-709ee4d08646&t=07ddd8fe-2f7c-56b7-69b5-aa19833e8340&l=128) I …
-
The purpose of this issue is to track the progress related to the migration of the datasets historically associated with the server `http://insight-journal.org/midas`
The associated MIDAS communiti…
-
Hi Adrian & co.,
For multi-channel registration (eg, RGB image registration or 4D registration of subject A with T1 and T2 subject B with T1 and T2), vxm implements 4D windows for local NCC (e.g.,…
-
hi!dear author,the given demo is a little simple.Could you please give a demo using some large outdoor datasets?thank you!
lfxx updated
4 months ago
-
**Describe the bug**
We are using AAD as our "main" source of auth - however due to MFA restrictions on users in the AAD, we have an OpenID Connect server (IdentityServer) for the purpose of test u…
-
-
At first, I must say that openMVG is an excellent tool to finish 3D reconstruction from images. I want to know if there is a method to transform the coordinate system to one defined coordinate system…
-
Hello,
If I only have the 3D landmarks of the target, is it possible to fit the template to these landmarks?
Thanks,
-
To register a serializable object in Hive the method to use is:
`Hive.registerAdapter('Bee', Bee.fromJson);`
But, if you use the example code:
```
class Person {
String name;
int age;
…