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

读取lidar数据las文件

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

  • Nxp_Template
    LPC1788基础工程文档,特别干净,目录设计合理,结构清晰,非常合适在此基础上开始增加自己的代码。已在此基础上完成几个项目的开发!!!(LPC1788-based engineering documentation, especially clean, catalog rational design, clear structure, very appropriate on this basis, began to increase their own code. Has completed the development of several projects based on this! ! !)
    2014-03-26 15:47:25下载
    积分:1
  • ARM_PROGRAMS
    ARM LPC2148 programs
    2011-09-24 18:37:59下载
    积分:1
  • cpp
    这是DEITEL C++大学教程第七版书中课后题答案(This is the seventh edition of his book the University of DEITEL C++ tutorial after school answers)
    2021-03-08 23:59:28下载
    积分:1
  • 51wifi视频小车以及C#上位机(源码+下位机程序)
    51wifi视频小车以及C#上位机(源码+下位机程序)
    2019-07-23下载
    积分:1
  • 用EF连接sqlite 数据库 例子源码下载
    Entity Framework 6 连接 sqlite
    2014-10-25下载
    积分:1
  • plt2dxf127
    plt文件转dxf(diverted dxf)
    2004-11-16 17:40:01下载
    积分:1
  • IffiinchartB
    IBMde股票图形示例,,含数据有布林线,平均移动线 (IBMde stock graphic example, with data Bollinger Bands, Moving Average Line)
    2012-07-29 00:35:04下载
    积分:1
  • SHAPEMAP
    shp文件,包含世界各国最新地图,制作精良,适用于制作电子地图(SHAPEFILE,INCLUDE MAIN CONTRIES IN THE WORLD ,suitable to make eletroic map)
    2021-02-05 17:09:57下载
    积分:1
  • 输入工具
    iOS 下文字输入框(模态弹框),可以自定义正则检测
    2022-02-13 02:11:23下载
    积分:1
  • BlobalHook
    全局钩子程序,是一个全局的键盘钩子,实现了对键盘输入的HOOK(Global hook procedures, is a global keyboard hook, realize the keyboard input of the HOOK)
    2008-07-31 23:05:21下载
    积分:1
  • 696518资源总数
  • 104326会员总数
  • 25今日下载