登录
首页 » c++ » 读取lidar数据las文件

读取lidar数据las文件

于 2022-03-13 发布 文件大小:3.99 MB
0 153
下载积分: 2 下载次数: 1

代码说明:

该代码是读取lidar点云数据las文件的c++代码,其中的代码风格清晰,思路严谨,对于学习lidar数据的同学很有益处,建议各位可以考虑参考一下。 bool lasreader::read_point(float* coordinates) { if (read_point()) { coordinates[0] = (float)(point.x*header.x_scale_factor+header.x_offset); coordinates[1] = (float)(point.y*header.y_scale_factor+header.y_offset); coordinates[2] = (float)(point.z*header.z_scale_factor+header.z_offset); return true; } return false; } bool lasreader::read_point(double* coordinates) { if (read_point()) { coordinates[0] = point.x*header.x_scale_factor+header.x_offset; coordinates[1] = point.y*header.y_scale_factor+header.y_offset; coordinates[2] = point.z*header.z_scale_factor+header.z_offset; return true; } return false; }

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • KsBinSword
    介于一些反病毒资料源码 希望大家好好看看 走过路过 请不要错过(Between some anti-virus information source hope that we have a good look, do not miss the walk passing through)
    2009-11-19 22:09:17下载
    积分:1
  • SDP36KonChipPFatFs
    STM32 模拟的U盘包含两个盘符,一个是SPI读取TF卡,另一个是36K片上Flash,挂载了Fatfs(STM32 USB2.0 massstorage example)
    2014-09-17 08:32:56下载
    积分:1
  • 实验室灯控制的PID
    一个控制实验室灯的Arduino 的程序,2个灯和2个传感器的控制
    2022-11-04 12:00:03下载
    积分:1
  • target-tracking
    基于meanshift算法的目标跟踪,主要是基于opencv车辆跟踪!!!程序当中进行简单的图像分割(Based on the meanshift algorithm of image segmentation and target tracking.)
    2013-08-21 10:45:45下载
    积分:1
  • acl
    acl细粒度访问控制机制 简单易懂 能够成功运行(The acl fine-grained access control mechanism Easy to understand To be able to run successfully)
    2015-01-14 20:28:22下载
    积分:1
  • 21609430
    采用FDTD时域有限差分法计算电磁波的传播问题等,()
    2018-05-28 22:30:52下载
    积分:1
  • TTY
    MFC的串口通信程序 能真确运行 经调试后无误(MFC serial communication program can be true and correct after running through debug)
    2010-08-07 18:42:04下载
    积分:1
  • c# 200个统计图例子源码下载(mschart 经典实例开发)
    winform下利用mschart开发图表的经典实例
    2014-11-18下载
    积分:1
  • the-phone-shock
    windows phone7中的应用实现,达到手机震动效果,可实现多种情况震动,短促震动,长时间震动,间歇震动,以满足各种用户需求,增强用户体验(applications to achieve the windows phone7 in, to achieve the effect of mobile phone vibration, can achieve a variety of situations shock, shortness of shock, prolonged vibration, intermittent vibration to meet a variety of user needs, enhance the user experience)
    2012-08-29 09:53:24下载
    积分:1
  • 51单片机TLC2543电压表
    说明:  基于51单片机的数字直流电压表相关材料,内容有原理图,仿真文件,论文材料,程序源码等。(The related materials of digital DC voltmeter based on 51 single chip computer include schematic simulation files, paper materials, program source code, etc.)
    2019-04-26 15:06:01下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载