2024-06-27 12:26:53 +08:00
|
|
|
{
|
|
|
|
"name": "small-gicp",
|
2024-08-22 17:50:45 +08:00
|
|
|
"version": "1.0.0",
|
2024-06-27 12:26:53 +08:00
|
|
|
"description": "Efficient and parallelized algorithms for point cloud registration",
|
|
|
|
"homepage": "https://github.com/koide3/small_gicp",
|
|
|
|
"license": "MIT",
|
|
|
|
"supports": "!(x86 | arm32)",
|
|
|
|
"dependencies": [
|
|
|
|
"eigen3",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
2024-08-22 17:50:45 +08:00
|
|
|
"openmp": {
|
|
|
|
"description": "Enable OpenMP based parallelism."
|
|
|
|
},
|
2024-06-27 12:26:53 +08:00
|
|
|
"pcl": {
|
|
|
|
"description": "Enable interfacing with PointCloud Library.",
|
|
|
|
"dependencies": [
|
|
|
|
"pcl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"tbb": {
|
|
|
|
"description": "Enable Intel TBB based parallelism.",
|
|
|
|
"dependencies": [
|
|
|
|
"tbb"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|