Romain Janvier
Romain Janvier
There is an inconsistency between the way spherical projection is computed in the ceres cost functor and the way it's defined in Camera_Spherical.hpp. In the ceres functor the coordinates are...
This PR integrate the Spectra library as a third party dependency into the build tree and take advantage of its features in the L2 RA solver. On some medium sized...
Hey I'm very intersted by your lib. Just one little question before I dug deeper into it... I see that normals and RGB values are first class citizen in your...
Hello Daniel, I'm making a lot of scan cleanning with CloudCompare at this time. My typical workflow consists of segmenting my point cloud until I'm sure that when I will...
Hi, I have a scikit-build-based / nanobind [project ](https://github.com/drprojects/point_geometric_features). When I try to build it into an activated conda env where the libstd++ conda env lib is different from the...
As discussed with @prascle, it's better to avoid to launch these scripts after each compilation, most user won't need this and scripts are environment specific (conda). Moreover, there is a...
Rework the macOS packaging of CC: - Use[ Pixi](https://github.com/prefix-dev/pixi/) as a package manager. It manages package from both conda (mainly for C++ deps and build tools) and PyPI. Pixi come...