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

读取lidar数据las文件

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

  • icalendar
    一个基于时间管理理论的C++日程管理程序,(C++ schedule management program based time management theory,)
    2013-12-09 10:11:29下载
    积分:1
  • MCS51-090
    好书共享-《实例解读51单片机完全学习与应用》,全实例教学,难得的好教材。(Book Share- Instance interpretation of the 51 single-chip fully learning and teaching of all examples, a rare good material.)
    2013-05-19 13:22:20下载
    积分:1
  • iOS demo
    iOS_button_capture video from hikvision card to pipe _从管子hikvision卡捕捉视频
    2022-06-28 12:32:17下载
    积分:1
  • UCOSII移植
    关于UCOSiii如何移值到STM平台上的资料儿童愉快
    2023-02-14 17:00:05下载
    积分:1
  • C#结合数据库生成饼形图表
    C#结合数据库生成饼形图表,这种图表是常见的数据统计图表,饼形图、柱状图等使用十分广泛,本程序演示了C#从数据库中读取出数据,然后交给饼形图生成模块,加载数据生成饼形图表。   //清空背景色   g.Clear(Color.White);   Pen pen1 = new Pen(Color.Red);   Brush brush1 = new SolidBrush(Color.PowderBlue);   Brush brush2 = new SolidBrush(Color.Blue);   Brush brush3 = new SolidBrush(Color.Wheat);   Brush brush4 = new SolidBrush(Color.Orange);   Font font1 = new Font("Courier New", 16, FontStyle.Bold);   Font font2 = new Font("Courier New", 8);   g.FillRectangle(brush1, 0, 0, width, height); //绘制背景图   g.DrawString("公司员工年龄比例饼形图", font1, brush2, new Point(80, 20)); //书写标题   int piex = 100, piey = 60, piew = 200, pieh = 200;   //20-25岁员工在圆中分配的角度   float angle1 = Convert.ToSingle((360 / Convert.ToSingle(Sum)) * Convert.ToSingle(man20to25));   //26-30岁员工在圆中分配的角度   float angle2 = Convert.ToSingle((360 / Convert.ToSingle(Sum)) * Convert.ToSingle(man26to30));   //31-40岁员工在圆中分配的角度   float angle3 = Convert.ToSingle((360 / Convert.ToSingle(Sum)) * Convert.ToSingle(man31to40));   g.FillPie(brush2
    2022-04-12 00:35:45下载
    积分:1
  • 21DayspassCSharp
    书籍《21天学通C#》用超星阅读器打开的,其它的我就不多说了(Books " 21 Days pass C#" with the Super Star reader open, the other I will not say more)
    2009-10-26 09:17:43下载
    积分:1
  • C# 聊天程序,功能强大
    C# 的聊天程序,一个服务器,多个客户端,C# 的聊天程序,一个服务器,多个客户端,C# 的聊天程序,一个服务器,多个客户端,C# 的聊天程序,一个服务器,多个客户端,C# 的聊天程序,一个服务器,多个客户端
    2022-07-11 16:58:32下载
    积分:1
  • xna C#游戏编程技术,原先发过几个,今天继续发送,我有大量的例子,以后会定期发送,希望对大家有帮助...
    xna C#游戏编程技术,原先发过几个,今天继续发送,我有大量的例子,以后会定期发送,希望对大家有帮助-xna C# game programming techniques, originally issued in a few, today continued to send, I have a lot of examples of the future will be regularly sent, hope to help everyone
    2022-09-11 23:00:04下载
    积分:1
  • Knapsack_dynamic_rus
    Knapsack Problem. Russian version. Dynamic programming.
    2010-05-11 13:12:53下载
    积分:1
  • Commonnn
    说明:  IE浏览器下是将内容复制到Excel,需用户手动保存Excel文档 非IE浏览器可直接导出Excel文件(In IE browser, the content is copied to excel, and the user needs to save the excel document manually)
    2020-02-24 19:58:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载