登录
首页 » c++ » 场景仿真

场景仿真

于 2022-01-25 发布 文件大小:26.53 kB
0 139
下载积分: 2 下载次数: 1

代码说明:

一个场景仿真模型This sample illustrates the use of IR Scene Generator (vpIRSceneGen).  It defines the class myApp, which is derived from vpApp, and overrides the vpApp::onKeyInput() method to allow for additional keyboard input.  The town.acf loads town.flt and allows the user to fly around the database using a UFO motion model.  The tank.acf loads m1_tank.flt and allows the user to fly around the model using the spin motion model.  Both simulate a basic 3-5 micron FLIR setup.  The tank_2chan_flir_nvg.acf shows a comparison of FLIR and NVG sensors.  Notice that changing the part temperatures for the tank has a greater effect on the FLIR image than on NVG until the tank is literally “glowing” hot.  This highlights the difference in the reflectance and emittance portions of the radiometric solution and demonstrates the wavebands in which the sensors are sensitive.

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

发表评论

0 个回复

  • skin
    PIC16F684程序按键识别. 中断方式识别(KEY PROGRAM)
    2010-05-12 14:58:59下载
    积分:1
  • AD9850
    基于MSP430G2553的AD9850波形发生调试程序,亲测通过,稳定可靠(MSP430G2553,AD9850,CCS5.0 as software)
    2021-03-15 16:29:22下载
    积分:1
  • ad hoc网络mac层协议修改和仿真源程序
    说明:  ad hoc MAC协议,修改及仿真后的代码,源程序,实现AD HOC网络通信(AD hoc MAC protocol, modified and simulated code, source program, AD hoc network communication)
    2020-04-09 10:42:34下载
    积分:1
  • main
    基于51单片机实现单片机的IO口输出PWM波形,实现呼吸灯的制作。(Based on 51 single chip computer, the output of PWM waveform from IO port of single chip computer is realized, and the manufacture of breathing lamp is realized.)
    2020-06-25 13:20:01下载
    积分:1
  • C语言 图像边缘算法
    说明:  使用C语言编写的几种图像算法,可以用于边缘模糊,抗锯齿等。(graphic using c language)
    2020-06-16 13:40:02下载
    积分:1
  • sysidjob3
    该程序初步实现了M序列的生成,并且详细地进行了频域法的系统辨识分析。(The program is the initial realization of the M-sequence generation, and detail the frequency domain method of system identification analysis.)
    2012-06-09 17:18:09下载
    积分:1
  • get_data3
    it helps ı s to get data in paralel
    2010-12-24 08:21:45下载
    积分:1
  • CPPrumen
    说明:  C++入门到精通,一本蛮不错的书,我看完以后觉得收获挺大的,希望大家会喜欢(C++ entry to the master, a very good book, I read, I felt the big harvest, we hope you like)
    2011-03-02 19:35:14下载
    积分:1
  • C#添加删除修改数据并生成Excel工作表格
    C#添加删除修改数据并生成Excel工作表格,private void Button4_Click(object sender, EventArgs e)   {//新建工作表(在Excel文件型数据源中不支持删除操作)    var MyConnectString =@"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=运货商.xlsx;Extended Properties=""Excel 12.0;HDR=YES"";";    var MyConnection=new OleDbConnection(MyConnectString);    if(MyConnection.State == ConnectionState.Closed)    MyConnection.Open();    var MySQL = "CREATE TABLE 新运货商(公司名称 char(50), 电话 char(20));";    var MyCommand=new OleDbCommand(MySQL, MyConnection);    MyCommand.ExecuteNonQuery();    MySQL = "INSERT INTO [新运货商$](公司名称,电话)VALUES ( +this.TextBox1.Text+,+this.TextBox2.Text+)";    MyCommand = new OleDbCommand(MySQL, MyConnection);    MyCommand.ExecuteNonQuery();    MySQL = "SELECT * FROM [新运货商$]";    var MyAdapter=new OleDbDataAdapter(MySQL, MyConnectString);    var MyTable=new DataTable();    MyAdapter.Fill(MyTable);    this.DataGridView1.DataSource = MyTable;   }
    2022-03-16 02:17:15下载
    积分:1
  • matlab_MRF
    MAF小程序,对初学者有一定帮助。MATLAB编写(MRF MATLAB)
    2010-11-21 16:29:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载