登录
首页 » c++ » 摄像机标定,使用棋盘格标定,C++

摄像机标定,使用棋盘格标定,C++

于 2022-03-04 发布 文件大小:6.29 kB
0 107
下载积分: 2 下载次数: 1

代码说明:

本程序使用OpenCV提供的算法,封装成了一个使用起来很简单的类CameraCalibrator。通过这个类你可以迅速上手摄像机标定,而且标定的摄像机内外参数可导出供后续使用,参数文件为calib.xml。祝学习愉快!

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

发表评论

0 个回复

  • GDI
    GDI+编程相关的电子书,书名为精通GDi+编程,主要介绍的是在c#环境下介绍使用GDI+绘图的方法(GDI+ programming related books, the title is proficient GDi+ programming, introduces the c# environment introduced in the drawing method using GDI+)
    2014-07-15 15:36:09下载
    积分:1
  • C#实现Socket通讯Demo
    c#通过Socket实现图片、文件和文字的通讯。 private void button1_Click(object sender, EventArgs e)         {                          try             {                 server = TxStart.startServer(int.Parse(textBox_port.Text));                 server.AcceptString = new TxDelegate(acceptString);                 server.AcceptByte = new TxDelegate(acceptBytes);                 server.Connect = new TxDelegate(connect);                 server.dateSuccess = new TxDelegate(dateSuccess);                 server.Disconnection = new TxDelegate(disconnection);                 server.EngineClose = new TxDelegate(engineClose);                 server.EngineLost = new TxDelegate(engineLost);                 //server.BufferSize=12048;                 //server.FileLog = "C:\test.txt";                 server.StartEngine();                 this.button1.Enabled = false;                 this.button2.Enabled = true;                 this.button3.Enabled = true;             }             catch (Exception Ex) { MessageBox.Show(Ex.Message); }                       }         ///         /// 发送按钮         ///         ///         ///         private void button2_Click(object sender, EventArgs e)         {             try             {                 IPEndPoint client = (IPEndPoint)this.comboBox1.SelectedItem;                 if (client == null)                 {                     MessageBox.Show("没有选中任何在线客户端!");                     return;                 }                 if (!this.server.clientCheck(client))                 {                     MessageBox.Show("目标客户端不在线!");                     return;                 }                 server.sendMessage(client, textBox_msg.Text);             }             catch (Exception Ex) { MessageBox.Show(Ex.Message); }         }         ///         /// 下面显示的         ///         ///         ///         private void show(IPEndPoint ipEndPoint, string str)         {             label_zt.Text = ipEndPoint.ToString() ":" str;             label_all.Text = "当前在线人数:" this.server.ClientNumber.ToString();         }         ///         /// 当组合框按下的时候         ///         ///         ///         private void comboBox1_DropDown_1(object sender, EventArgs e)         {             try             {                 List list = this.server.ClientAll;                 this.comboBox1.DataSource = list;             }             catch { }         }         ///         /// 关闭客户端的按钮         ///         ///         ///         private void button3_Click_1(object sender, EventArgs e)         {             IPEndPoint client = (IPEndPoint)this.comboBox1.SelectedItem;             if (client == null)             {                 MessageBox.Show("没有选中任何在线客户端!");                 return;             }             if (!this.server.clientCheck(client))             {                 MessageBox.Show("目标客户端不在线!");                 return;             }             server.clientClose(client);         }         #endregion
    2021-08-22 00:31:02下载
    积分:1
  • EX33_2812-FFT-FIR
    DSP2812 滤波代码 开发板历程 简单明了(DSP2812 )
    2012-04-20 18:28:49下载
    积分:1
  • ch06-UART
    基于KL25的开发例程,本例程关于异步通信,附带相关底层构建,十分适合初学者参考编程。(Based on KL25 development routine, the routine of asynchronous communication, with related underlying build, programming is very suitable for beginners reference.)
    2013-12-17 21:58:51下载
    积分:1
  • Duilib开源界面库参考demo1
    Duilib 是一款强大的界面开发工具,可以将用户界面和处理逻辑彻底分离,极大地提高用户界面的开发效率,遵循bsd协议。改demo使用UIDesigner设计xml格式的界面描述。代码结构清晰便于阅读
    2022-04-24 13:33:23下载
    积分:1
  • cf
    说明:  简单的词法分析器 单词的分类 符号表的建立 单词串的输出形式 (Simple classification of the word lexical analyzer establishment symbol table output form of the word string)
    2009-07-01 16:24:53下载
    积分:1
  • Chirplet
    基于维格纳分布的Chirplet变换,可用于信号的处理分析,形成时频图。(Based on Wigner distribution Chirplet conversion, it can be used for analysis of the signal processing, the formation frequency diagram.)
    2016-05-27 18:42:15下载
    积分:1
  • killkv2008
    kill kv2008驱动vc 6.0工程,编译通过。(kill kv2008驱动工程,)
    2009-12-29 01:15:36下载
    积分:1
  • 病历管理系统
    应用背景这是病历管理系统,可用于住院,私人诊所和实验室。该系统有不同的选择,你把病人的记录,记录患者的细节。1_本系统将添加记录病人的医院,诊所等。2_本系统将删除病人的记录从系统中排出时或者得到治疗。3_this系统将病人的信息需要的时候。关键技术用csharp语言在Visual Studio建立病历管理系统ID。本系统采用Visual Studio在Visual Studio中已经可用的数据库。
    2022-07-04 10:35:16下载
    积分:1
  • VC++动态链接库(dll)编程深入浅出
    主要讲动态链接库的编程方法,有需要的可以下载!(It mainly talks about the programming method of dynamic link library, which can be downloaded if necessary.)
    2020-06-17 21:00:07下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载