登录
首页 » matlab » 27.三维_Matlab

27.三维_Matlab

于 2019-01-09 发布
0 109
下载积分: 1 下载次数: 5

代码说明:

说明:  用相位移法投影光栅测地形,并且用matlab实现这些功能包括相机标定等(Projection raster to measure terrain by phase shift)

文件列表:

27.三维_Matlab, 0 , 2016-09-23
27.三维_Matlab\countHeight.m, 3565 , 2016-09-23
27.三维_Matlab\data_imgae.ply, 6291579 , 2016-09-23
27.三维_Matlab\ex1, 0 , 2016-09-23
27.三维_Matlab\ex2, 0 , 2016-09-23
27.三维_Matlab\ex2\data_imgae.ply, 6291579 , 2016-09-23
27.三维_Matlab\ex2\o_1000000.bmp, 786486 , 2016-09-23
27.三维_Matlab\ex2\o_1000001.bmp, 786486 , 2016-09-23
27.三维_Matlab\ex2\o_1000002.bmp, 786486 , 2016-09-23
27.三维_Matlab\ex2\o_1000003.bmp, 786486 , 2016-09-23
27.三维_Matlab\ex2\o_1000004.bmp, 786486 , 2016-09-23
27.三维_Matlab\ex2\o_1000005.bmp, 786486 , 2016-09-23
27.三维_Matlab\ex2\o_1000006.bmp, 786486 , 2016-09-23
27.三维_Matlab\ex2\o_1000007.bmp, 786486 , 2016-09-23
27.三维_Matlab\ex2\o_1000008.bmp, 786486 , 2016-09-23
27.三维_Matlab\o_1000000.bmp, 786486 , 2016-09-23
27.三维_Matlab\o_1000001.bmp, 786486 , 2016-09-23
27.三维_Matlab\o_1000002.bmp, 786486 , 2016-09-23
27.三维_Matlab\o_1000003.bmp, 786486 , 2016-09-23
27.三维_Matlab\o_1000004.bmp, 786486 , 2016-09-23
27.三维_Matlab\o_1000005.bmp, 786486 , 2016-09-23
27.三维_Matlab\o_1000006.bmp, 786486 , 2016-09-23
27.三维_Matlab\o_1000007.bmp, 786486 , 2016-09-23
27.三维_Matlab\o_1000008.bmp, 786486 , 2016-09-23
27.三维_Matlab\ply_write.m, 130 , 2016-09-23

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

发表评论

0 个回复

  • C#启动Windows IIS服务的实例
    C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:   ServiceController service = new ServiceController();//创建服务控制对象   service.ServiceName = "Messenger";//启动Windows信史服务   //判断当前服务状态   if (service.Status == ServiceControllerStatus.Stopped)   {    try    {    service.Start();// 启动服务    service.WaitForStatus(ServiceControllerStatus.Running);    }    catch (InvalidOperationException)    {    MessageBox.Show("不能启动该服务!");    }   }
    2022-02-13 12:56:43下载
    积分:1
  • jQuery响应式图片无缝切换代码
    说明:  jQuery响应式图片无缝切换代码是一款宽屏幻灯片轮播切换特效。(JQuery Responsive Picture Seamless Switching Code is a wide-screen slideshow rotation switching special effect.)
    2019-03-11 17:17:11下载
    积分:1
  • inet-3.0.0-src.tgz
    inet is library in omnetpp
    2019-06-10 02:41:30下载
    积分:1
  • PostgreSQL 是一种对象
    PostgreSQL 是一种对象-关系型数据库管理系统(ORDBMS),也是目前功能最强大、特性最丰富和最复杂的自由软件数据库系统.它起源于伯克利(BSD)的数据库研究计划,目前是最重要的开源数据库产品开发项目之一-PostgreSQL is an object- relational database management system (ORDBMS), is currently the most powerful characteristics of the most abundant and most complex of the free software database system. It originated in Berkeley (BSD) database of research projects, is currently the most important open-source database product development projects
    2023-07-31 00:10:07下载
    积分:1
  • 装饰模式-基本代码
    说明:  餐厅管理系统,可以增删改查,还在改进,还不行吗(Restaurant management system, you can add, delete, modify and check, is still improving, is not it possible?)
    2020-06-25 21:20:01下载
    积分:1
  • gateway_lora_TTGO
    说明:  codigo fuente de nodo placa ttgo lora(arduino code for lora ttgo board)
    2020-06-17 04:00:01下载
    积分:1
  • GSM模块的串口操作源码,项目验证通过,可以通过PC机打电话,收发短消息,功能强大!...
    GSM模块的串口操作源码,项目验证通过,可以通过PC机打电话,收发短消息,功能强大!-GSM module serial operation source, the project through certification, through PC phone, Sending and Receiving Short Messages by. Powerful!
    2022-06-01 22:04:36下载
    积分:1
  • 双基线雷达单脉冲测角与解模糊提高测角精度
    双基线雷达单脉冲测角与解模糊提高测角精度-Pairs of baseline radar monopulse angle measurement of angle measurement with the solution to improve accuracy of fuzzy
    2022-06-12 01:02:06下载
    积分:1
  • 关于操作系统课程设计进程调度问题,内涵实验报告
    关于操作系统课程设计进程调度问题,内涵实验报告-courses on operating system design process scheduling, content experimental report
    2022-11-27 23:45:03下载
    积分:1
  • renshiguanli
    说明:  A simple Android version of personnel management student work source code, including staff information management, personal wage information management, department management and a comprehensive query function, all information is stored in the mobile phone SQLite
    2020-06-22 19:40:02下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载