登录
首页 » Visual C++ » CD

CD

于 2017-09-23 发布 文件大小:17964KB
0 72
下载积分: 1 下载次数: 0

代码说明:

说明:  采用张正仪标定法,是单目标定。VS+opencv.(The monocular camera calibration, using the zhangzhengyou calibration method, reliable use)

文件列表:

CD\.vs\CD\v15\.suo
CD\.vs\CD\v15\Browse.VC.db
CD\.vs\CD\v15\ipch\AutoPCH\fc778937c199c404\CD.ipch
CD\.vs\CD\v15\Solution.VC.db
CD\.vs\CD\v15\Solution.VC.db-shm
CD\.vs\CD\v15\Solution.VC.db-wal
CD\CD\calibdata.txt
CD\CD\CD.cpp
CD\CD\CD.vcxproj
CD\CD\CD.vcxproj.filters
CD\CD\CD.vcxproj.user
CD\CD\chess1.bmp
CD\CD\chess10.bmp
CD\CD\chess11.bmp
CD\CD\chess12.bmp
CD\CD\chess13.bmp
CD\CD\chess14.bmp
CD\CD\chess2.bmp
CD\CD\chess3.bmp
CD\CD\chess4.bmp
CD\CD\chess5.bmp
CD\CD\chess6.bmp
CD\CD\chess7.bmp
CD\CD\chess8.bmp
CD\CD\chess9.bmp
CD\CD\x64\Debug\CD.log
CD\CD\x64\Debug\CD.tlog\CL.read.1.tlog
CD\CD\x64\Debug\CD.tlog\CL.write.1.tlog
CD\CD\x64\Debug\vc141.idb
CD\CD\x64\Debug\vc141.pdb
CD\CD.sln
CD\.vs\CD\v15\ipch\AutoPCH\fc778937c199c404
CD\.vs\CD\v15\ipch\AutoPCH
CD\.vs\CD\v15\ipch
CD\CD\x64\Debug\CD.tlog
CD\.vs\CD\v15
CD\CD\x64\Debug
CD\.vs\CD
CD\CD\x64
CD\x64\Debug
CD\.vs
CD\CD
CD\x64
CD

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

发表评论

0 个回复

  • hellow4
    序列二次规划算法,能求解包含约束和无约束的问题,非常方便。(Sequential quadratic programming algorithm to solve constrained and unconstrained contain the problem, very convenient.)
    2021-01-08 18:18:51下载
    积分:1
  • TCP
    一个简单的TCP聊天程序,使用winsock api实现。(A simple TCP chat program)
    2010-03-14 14:26:44下载
    积分:1
  • MyMap
    使用VC平台和SQL server实现一二一个基本的gis程序,使用对象编程思想,实现了一个小型gis系统。能操作图像数据,实现放大缩小复位功能(VC platform and SQL server to use to achieve 121 basic gis programs that use object programming ideas to achieve a small gis system. Can operate the image data to achieve zoom reset)
    2010-05-12 11:43:17下载
    积分:1
  • openCV
    车牌识别,很好的程序,功能全而且强大,可以处理很多复杂的情况(License plate recognition, a very good program, full-featured and powerful and can handle many complicated situations)
    2010-06-03 09:39:28下载
    积分:1
  • debug
    详尽阐述了如何在VC的IDE下进行调试,并且在后半部分,还说明了写VC代码的注意事项,以及避免出错的方法。(Elaborated on how the VC IDE for debugging, and in the second half, also explains the precautions write VC code, as well as ways to avoid making mistakes)
    2013-10-06 21:41:24下载
    积分:1
  • MCChhapter6o
    现代通信系统第6章matlaab程序源码源码 (Chapter 6 of the modern communication systems matlaab program source code)
    2012-08-18 06:34:26下载
    积分:1
  • clocktest
    获取系统时间 关于系统时间得获取以及显示界面(Access to the system time on the system time may access and display interface)
    2008-03-31 16:07:05下载
    积分:1
  • opnet_dsr
    运行在opnet仿真平台下的dsr路由协议模型(Configure the IMS model has an important role in packages, sip and umts 3g network in opnet)
    2012-04-05 13:53:06下载
    积分:1
  • 6_1
    1. 定义一个抽象学生类CStudent,它具有公有成员函数Average(),该函数用于计算学生的平均分,函数为虚函数;定义一个文科学生类CStudentLiberalArts,它是类CStudent的派生类,并以公有方式派生,它具有的成员有: 1) 保存英语、政治、数学、地理和历史、美术成绩的整形成员变量; 2) 设置上述变量的公有成员函数; 3) 输出上述变量的公有成员函数; 4) 公有的成员函数Average()用于计算学生的平均分; 定义一个理科学生类CStudentScience,它是类CStudent的派生类,并以公有方式派生,它具有的成员为: 1) 保存英语、物理、数学、化学和计算机、程序设计成绩的整形成员变量; 2) 设置上述变量的公有成员函数; 3) 输出上述变量的公有成员函数; 4) 公有的成员函数Average()用于计算学生的平均分; 编写主函数,并测试以下内容: 1) 定义一个CStudent的指针数组pStu,数组长度为4; 2) 动态创建2个文科学生的对象,地址存于pStu数组的0-1个元素内; 3) 动态创建2个理科学生的对象,地址存于pStu数组的2-3个元素内; 4) 利用while循环调用数组里每个元素的计算平均成绩操作; 释放动态分配的空间,确保必要的析构函数能被调用。 (1 define an abstract class student CStudent, it has a public member function Average (), this function is used to calculate the student s average points function as virtual function definition of a liberal arts student class CStudentLiberalArts, it is the class CStudent derived class, and public be derived, which has members are: 1) Save English, shaping member variables politics, mathematics, geography and history, art achievements 2) Set the above variables public member function 3) public member function of the output of the variable 4) public member function Average () is used to calculate the average student s points The definition of a science student class CStudentScience, it is the class CStudent derived class, and public manner derived, which has members as follows: 1) Save English, physics, mathematics, chemistry and computer programming achievement shaping member variables 2) Set the above variables public member function 3) public member function of t)
    2014-10-20 15:29:16下载
    积分:1
  • HrSys
    利用VC++与SQL server 2005开发人的事管理系统,源码详尽(Using VC++ and SQL server 2005 developer matter management system, source code detailed)
    2010-07-25 20:51:35下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载