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

读取lidar数据las文件

于 2022-03-13 发布 文件大小:3.99 MB
0 145
下载积分: 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 个回复

  • c#示例程序,带.exe文件
    c#示例程序,带.exe文件-c# demonstration procedure, belt exe document
    2022-01-26 06:42:46下载
    积分:1
  • PV-inverter-(mppt-pll-pid)
    基于DSP的单相光伏并网逆变器全部源代码,包括锁相环PLL,mppt,pid控制程序,希望对大家有帮助!(DSP single-phase photovoltaic grid-connected inverter with full source code, including the phase-locked loop PLL, mppt, pid control procedures, we hope to help!)
    2012-06-05 14:11:14下载
    积分:1
  • Encryption-and-decryption
    加解密!实现微软的加解密的小例子。在用微软的加解密时的一点心得(Encryption and decryption! Microsoft' s encryption and decryption to achieve a small example.)
    2011-10-03 15:25:40下载
    积分:1
  • chaoshengbo
    超声波流量计,在proteus上仿真的模拟程序,用tdc-gp2进行的时差法测量(Ultrasonic flowmeter, the proteus simulation simulation program, transit-time measurement conducted tdc-gp2)
    2021-01-06 17:58:53下载
    积分:1
  • 360UIAndThunderUI
    C#仿造迅雷和360的界面 用的是WPF(C# imitation Xunlei and 360 interface Using WPF)
    2013-09-18 15:27:56下载
    积分:1
  • c++ 并查集
    查并集系列题型ACM参考代码和部分教程,谢谢(Check and merge ACM reference codes and some tutorials for series of questions)
    2020-06-22 01:40:02下载
    积分:1
  • Metahook Code
    Metahook代码,你可以画一个图像,然后像CSO一样玩反恐1.6。
    2022-03-13 10:43:54下载
    积分:1
  • k60单片机采集程序例程
    本程序是利用iar软件编写的,单片机型号是k60DN系列的,采用的摄像头型号为ov7725,直接编译进行下载即可。
    2022-08-03 02:31:42下载
    积分:1
  • Information on the relationship to add a simple winform
    有简单关系的信息添加 C# VS2005 MSSQL2005 winform-Information on the relationship to add a simple winform
    2022-02-26 13:58:38下载
    积分:1
  • Easy_OpenGL
    一组使得OpenGL软件开发变得简单的类!openGL环境的设置,(a group makes OpenGL software development becomes simple categories! Open GL environment settings, etc.)
    2007-07-05 18:56:03下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载