登录
首页 » C++ » demo

demo

于 2017-11-08 发布 文件大小:5033KB
0 158
下载积分: 1 下载次数: 11

代码说明:

  利用opencv进行相机标定 内附标定板图像(Camera calibration with OpenCV.)

文件列表:

demo\Debug\test_cali.exe
demo\Debug\test_cali.ilk
demo\Debug\test_cali.pdb
demo\test_cali\calibration.cpp
demo\test_cali\Debug\calibration.obj
demo\test_cali\Debug\imagelist_creator.obj
demo\test_cali\Debug\test_cali.Build.CppClean.log
demo\test_cali\Debug\test_cali.log
demo\test_cali\Debug\test_cali.tlog\CL.read.1.tlog
demo\test_cali\Debug\test_cali.tlog\CL.write.1.tlog
demo\test_cali\Debug\test_cali.tlog\link.read.1.tlog
demo\test_cali\Debug\test_cali.tlog\link.write.1.tlog
demo\test_cali\Debug\test_cali.tlog\test_cali.lastbuildstate
demo\test_cali\Debug\vc120.idb
demo\test_cali\Debug\vc120.pdb
demo\test_cali\imagelist.yaml
demo\test_cali\out_camera_data.yml
demo\test_cali\test_cali.vcxproj
demo\test_cali\test_cali.vcxproj.filters
demo\test_cali\xx1.jpg
demo\test_cali\xx2.jpg
demo\test_cali\xx3.jpg
demo\test_cali\xx4.jpg
demo\test_cali\xx5.jpg
demo\test_cali\xx6.jpg
demo\test_cali\xx7.jpg
demo\test_cali\xx8.jpg
demo\test_cali.sdf
demo\test_cali.sln
demo\test_cali.v12.suo
demo\test_cali\Debug\test_cali.tlog
demo\test_cali\Debug
demo\Debug
demo\test_cali
demo

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

发表评论

0 个回复

  • sift图像特征提取
    SIFT(Scale-invariant feature transform)是一种检测局部特征的算法,该算法通过求一幅图中的特征点(interest points,or corner points)及其有关scale 和 orientation 的描述子得到特征并进行图像特征点匹配,获得了良好效果.
    2023-04-12 02:45:07下载
    积分:1
  • LMH6518F1
    LMH5618驱动 stm32 建议结合datasheet一起调试(LMH5618 Driver STM32 Recommends debugging with Datasheet)
    2020-06-24 14:20:01下载
    积分:1
  • 666
    说明:  在QTcreator平台下,实现上位机与下位机建立简单通讯协议下的串口数据通讯,用到QT串口库和qchart对数据进行实时绘图,可以借鉴大部分代码,只要将里面数据协议部分对应修改下就ok了(In the QT creator platform, the serial data communication between the upper computer and the lower computer is realized under the simple communication protocol. The QT serial port library and qchart are used for real-time drawing of the data. Most of the codes can be used for reference. As long as the data protocol part is modified correspondingly, it is OK)
    2020-10-15 16:26:31下载
    积分:1
  • Mecanum轮全向移动正反解算法
    Mecanum轮的这种全方位移动方式是基于一个有许多位于机轮周边的轮轴的中心轮的原理上,这些成角度的周边轮轴把一部分的机轮转向力转化到一个机轮法向力上面。依靠各自机轮的方向和速度,这些力的最终合成在任何要求的方向上产生一个合力矢量从而保证了这个平台在最终的合力矢量的方向上能自由地移动,而不改变机轮自身的方向。在它的轮缘上斜向分布着许多小滚子,故轮子可以横向滑移。小滚子的母线很特殊,当轮子绕着固定的轮心轴转动时,各个小滚子的包络线为圆柱面,所以该轮能够连续地向前滚动。麦克纳姆轮结构紧凑,运动灵活,是很成功的一种全方位轮。有4个这种新型轮子进行组合,可以更灵活方便的实现全方位移动功能。本源码是Mecanum轮全向移动正反解算法。
    2022-08-15 17:06:22下载
    积分:1
  • C
    C语言_贪吃蛇游戏源程序,C语言_贪吃蛇游戏源程序(C language _ Snake game source code, C language _ Snake game source code)
    2013-05-19 13:09:55下载
    积分:1
  • 万年历设计-lcd1602-DS1302-DS18B20
    单片机基于DS1302的万年历设计,原理图,报告、方针都有(Microcontroller Based on DS1302 Millennium Calendar)
    2019-03-17 20:14:27下载
    积分:1
  • terrain
    用OPGL实现的渲染地形一.2个地形生成算法 二.地形上的纹理 三.四叉树LOD渲染地形 四.相机剪裁地形 五.天空盒 六.简单海水 七.广告牌 八.光晕 九.地形场景物体与BVH 十.阴影体 十一.碰撞 十二.无限地形 (Terrain rendering with OPGL achieve a .2 a terrain generation algorithm 2. Three terrain texture. Quadtree LOD terrain rendering four. Five cameras cut terrain. Sky Box 6. Simple water 7. Eight billboards. Halo 9. BVH 10 objects and terrain. Shadow body 11. Collision 12. Infinite terrain)
    2010-06-16 21:29:51下载
    积分:1
  • MPU6050.h
    arduino的mpu6050库,不过mpu6050库好像有多个版本,因为在HMC5883l库的例程里在使用MPU6050.h的时候,调用了一个begin()函数,但是编译时报错,MPU6050.h里没有这个函数,但是这个好像确实是mpu6050的官方库,
    2022-08-11 13:57:20下载
    积分:1
  • PRIM
    PRIM算法 对任意给定的网和起点,用PRIM算法的基本思想求解出所有的最小生成树。(PRIM algorithm for any given network and the starting point, PRIM algorithm used to solve the basic idea of all the minimum spanning tree.)
    2009-01-11 19:05:21下载
    积分:1
  • stm32f767 跑马灯
    阿波罗开发板例程,主频210MHz,开发环境keil5,需要添加相应的cortex-M7,编译通过,基本没什么大问题,需要的朋友可以下载,减少开发时间。
    2022-01-31 12:26:09下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载