
PCL
windSnowLi
这个作者很懒,什么都没留下…
展开
-
Windows下PCL调用pcl::removeNaNFromPointCloud时中断Invalid address specified to RtlValidateHeap
【代码】Windows下PCL调用pcl::removeNaNFromPointCloud时中断Invalid address specified to RtlValidateHeap。原创 2024-03-12 22:25:39 · 242 阅读 · 0 评论 -
Windows下CMake使用PCL提示全局作用域没有_open等文件读写函数
【代码】Windows下CMake使用PCL提示全局作用域没有_open等文件读写函数。原创 2024-03-07 20:48:48 · 244 阅读 · 0 评论 -
PCL公共点转换计算平移参数以及旋转参数
PCL公共点转换计算平移参数以及旋转参数原创 2024-01-22 11:45:45 · 544 阅读 · 0 评论 -
PCL范围框选分别获取框选范围内个点云的点
`参考链接 https://github.com/PointCloudLibrary/pcl/pull/5476`回调示例:```cppvoid AreaPickCallBack(const pcl::visualization::AreaPickingEvent& et, void* args){ // do··· // 框选范围中框选到指定点云的索引 std::vector indices = et.getPointsIndices(key.toStdString());原创 2023-12-07 17:42:14 · 269 阅读 · 0 评论 -
QT+VTK+PCL拟合圆柱并计算起始点、中止点
QT+VTK+PCL拟合圆柱并计算起始点、中止点原创 2022-08-08 12:50:53 · 1940 阅读 · 0 评论