Registry / other / small-gicp

small-gicp

JSON →
library1.0.0vcpkgunverified

Efficient and parallelized algorithms for point cloud registration

vcpkg install small-gicp
INSTALL
IMPORT
SIG · SMALL-GICP
S
small-gicp
othercppv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

small_gicp/registration/registration.hpp
#include <small_gicp/registration/registration.hpp>

Register two point clouds using small_gicp

#include <small_gicp/registration/registration.hpp> #include <small_gicp/point_cloud/point_cloud.hpp> int main() { auto target = small_gicp::PointCloud::create(); auto source = small_gicp::PointCloud::create(); small_gicp::RegistrationResult result = small_gicp::align(*target, *source); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources

No resource links recorded.

small-gicp — pip install small-gicp · libregistry