07 2024 档案

三维点云数据投影
摘要:三维点云数据投影到xy或者yz或者xy平面 示例如下: """ 将3d点云投影到xyz等不同平面上 """ import numpy as np import open3d as o3d import matplotlib.pyplot as plt import mayavi.mlab as ml 阅读全文
posted @ 2024-07-25 10:22 scrutiny-span 阅读(14) 评论(0) 推荐(0)
PCL读取las格式的点云数据
摘要:环境:visual studio2022,libLAS1.8。 目录visual studio2022编译依赖静态库gdalvisual studio2022编译依赖静态库geotiff1.编译libtiff2.编译geotiffvisual studio2022编译依赖静态库zlibvisual 阅读全文
posted @ 2024-07-17 17:13 scrutiny-span 阅读(1145) 评论(0) 推荐(0)
Windows搭建PCL开发环境
摘要:目录PCL安装及配置开发环境的测试问题 环境:Windows11+PCL1.13.1+visual studio 2022 PCL安装及配置 在https://github.com/PointCloudLibrary/pcl/releases/tag/pcl-1.13.1上下载安装包PCL-1.13 阅读全文
posted @ 2024-07-11 20:47 scrutiny-span 阅读(775) 评论(0) 推荐(0)