Markus Vieth
Markus Vieth
The `_` fields are not placed there by accident or by error -- they represent padding. After x, y, z, there are 4 bytes of padding to reach 16 bytes,...
> I tryied to use the gpu/people_detect project but I've got a lot of errors Errors during building/compilation or when running the program? Please post the errors here. If you...
I tried to reproduce this on Ubuntu 21.04, but couldn't. Maybe it only appears on Windows, but could you describe exactly, which letters you are passing to the program to...
Can you try another tutorial that uses `NormalEstimation`, e.g. [this one](https://pcl.readthedocs.io/projects/tutorials/en/master/cylinder_segmentation.html#cylinder-segmentation)?
Sorry for the late reply. I agree, a proper way to generate random clouds of any type would be nice (related: issue #5097). I think we should add a few...
Great that you investigate the NormalDistributionsTransform so thoroughly and report things to fix and improve! I looked into this a bit: Magnusson's thesis says: "The constants c1 and c2 can...
@grischi Thank you, that makes a lot of sense. Applying that logic to the computation of the c1 parameter, would the integral of the (unscaled) 3D normal distribution then be...
For anyone interested: benchmarks are added now, you can orient yourself at the existing benchmark(s).
@Zekrom-7780 Yes, you can work on this issue. Thank you!
Not sure, maybe you can use `git bisect` to find the problematic commit between 1.11.1 and 1.12.0?