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

读取lidar数据las文件

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

  • kfc
    卡尔曼滤波,用以实现基本卡尔曼滤波的例程(Kallman filtering)
    2010-01-16 23:38:33下载
    积分:1
  • LEACH.wsnlab.ir
    LEACH (Low-Energy Adaptive Clustering Hierarchy)
    2013-10-30 14:57:49下载
    积分:1
  • C#
    2023-05-29 09:30:03下载
    积分:1
  • 123
    4X4点阵键盘+1602液晶显示做的计算器(AVR单片机)(4X4 matrix keyboard 1602 LCD calculator to do (AVR microcontroller))
    2014-01-06 16:19:02下载
    积分:1
  • DS18B20温度检测及其液晶显示
    实现DS18B20实验测试和先面试基本部分和一个发挥,希望对大家有所帮助(Realize the Basic Parts and a Play of the 07 National Games)
    2020-06-20 02:00:02下载
    积分:1
  • DxLibSample
    有关于利用DXLIB编辑图形界面讲解,其中包含样例程序(Have to explain the use of DXLIB edit graphical interface, which contains a sample program)
    2012-11-05 06:44:58下载
    积分:1
  • nRD24-02_MCU_Source_Code
    Nordic Semiconductor s nRF24Z1 is the ideal transceiver for wirelessly linking headphones to music players. The HPR1 headphone reference design is available to demonstrate the capability of the nRF24Z1 in this application.
    2009-06-19 23:56:57下载
    积分:1
  • mpi_io_test_21.tar
    vi du de test mpi, tinh toan song song
    2012-06-07 01:32:41下载
    积分:1
  • BPA
    本人编写的BPAmatlab程序,用于神经网络学习。(I prepared BPAmatlab procedures for neural network learning.)
    2013-10-25 21:19:47下载
    积分:1
  • Grid
    用MFC实现用表格控件对数据进行显示和修正处理(MFC with tabular data display controls and correction process)
    2013-11-27 13:57:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载