登录
首页 » Visual C++ » kalman_filter

kalman_filter

于 2016-04-19 发布 文件大小:243KB
0 243
下载积分: 1 下载次数: 6

代码说明:

  卡尔曼滤波算法,opencv代码,鼠标跟踪(Kalman filter algorithm, opencv code, mouse tracking)

文件列表:

kalman_filter
.............\Debug
.............\.....\CL.read.1.tlog,21584,2016-04-05
.............\.....\CL.write.1.tlog,456,2016-04-05
.............\.....\kalman_filter.exe.embed.manifest,406,2016-04-05
.............\.....\kalman_filter.exe.embed.manifest.res,472,2016-04-05
.............\.....\kalman_filter.exe.intermediate.manifest,381,2016-04-05
.............\.....\kalman_filter.lastbuildstate,74,2016-04-05
.............\.....\kalman_filter.log,4951,2016-04-05
.............\.....\kalman_filter_manifest.rc,216,2016-04-05
.............\.....\link-cvtres.read.1.tlog,2,2016-04-05
.............\.....\link-cvtres.write.1.tlog,2,2016-04-05
.............\.....\link.74448-cvtres.read.1.tlog,2,2016-04-05
.............\.....\link.74448-cvtres.write.1.tlog,2,2016-04-05
.............\.....\link.74448.read.1.tlog,2,2016-04-05
.............\.....\link.74448.write.1.tlog,2,2016-04-05
.............\.....\link.read.1.tlog,8592,2016-04-05
.............\.....\link.write.1.tlog,1014,2016-04-05
.............\.....\main.obj,102075,2016-04-05
.............\.....\mt.read.1.tlog,422,2016-04-05
.............\.....\mt.write.1.tlog,422,2016-04-05
.............\.....\rc.read.1.tlog,394,2016-04-05
.............\.....\rc.write.1.tlog,402,2016-04-05
.............\.....\vc100.idb,543744,2016-04-05
.............\.....\vc100.pdb,913408,2016-04-05
.............\kalman_filter.vcxproj,3923,2016-04-05
.............\kalman_filter.vcxproj.filters,953,2016-04-05
.............\kalman_filter.vcxproj.user,143,2016-04-05
.............\main.cpp,2635,2016-04-05

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

发表评论

0 个回复

  • Image_Processing_in_C
    Image_processing in C
    2012-09-05 16:05:48下载
    积分:1
  • zhifangtu
    显示BMP图片,并绘制直方图。程序无误,可运行。(Display BMP image, and draw the histogram. Program is correct, you can run.)
    2011-05-17 08:49:37下载
    积分:1
  • SELF-READING-SYSTEM
    针对万工显螺旋显微镜视场图像特点,编写了Matlab 语言的图像处理算法用于万工显自动读数( The program which is developed by MATLAB language can be used for auto-reading of universal tools microscope measurement result)
    2011-11-21 16:26:02下载
    积分:1
  • PolygonNesting
    文章讲述了一种基于多边形的优化排样方法,结合不规则件特征确定了零件排放的最佳位置,给出了排料规则库的设计,通过排料空间的边界组织和边界更新,形成了新的排样空间。 (Article describes a polygon-based layout optimization method combined with irregular parts on characters of the part the best place to discharge given row of the design rule base material, the border by nesting space organization and boundary updates, formed The new layout space.)
    2010-06-20 15:50:00下载
    积分:1
  • 1
    说明:  双目视觉导航的文章,介绍了CCD标定,图像匹配,三维重建等关键技术(TE PLEASE DOWNLOAD IT )
    2015-02-11 01:56:24下载
    积分:1
  • BM
    说明:  双目测距bm算法,已经实现,基于vs2015+opencv3.2,测距精度很高,一米内精度一厘米误差(Binocular ranging bm algorithm, which has been implemented, is based on vs2015 + opencv3.2, which has high accuracy and one centimeter error in one meter)
    2017-09-04 19:43:02下载
    积分:1
  • demo
    用神经网络方法筛选图片,从而判断某一图片是否存在病变(Neural network)
    2012-06-10 08:13:58下载
    积分:1
  • HMIcontrol
    此程序利用openCV中人脸识别于模版匹配实现机器人的运动控制功能,其中机器人控制用了Aria的库和模拟器,使用者可根据控制需要替换这部分程序。 本程序的核心部分一直用于只能轮椅的人脸控制。(This process us face recognition in openCV and template matching to achieve robot motion control functions, which used the Aria library and robot simulator, user need replace this part of the control procedures to achieve their application.)
    2009-06-26 21:58:02下载
    积分:1
  • c_code_2d_3d
    说明:  打包的二维三维图形图像处理源代码 稀有资源(packed 2D and 3D graphics processing source of scarce resources)
    2006-05-05 08:09:19下载
    积分:1
  • Visual-C-MATLAB-image-processing
    本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章~第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章~第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。第11章~第12章,是两个综合性较强的实例,分别是Visual C++实现的基于神经网络的文字识别系统和车牌定位系统。 本书附带的光盘给出了各个章节列举的实例的源代码,同时赠送了28个常用数字图像处理算法的Visual C++代码实现。 本书讲解深入浅出,实例程序丰富,注重理论与实践相结合。本书可作为计算机应用、自动化、图像处理与模式识别、机电一体化专业的高年级本科生或研究生的参考书,也可供从事图像处理与识别的研究人员和工程技术人员阅读参考。(This book introduces the basic principles of image processing and recognition of the typical methods and practical skills . The book is divided into 12 chapters , Chapter 1- Chapter 6 is the basis of the content of image processing and recognition , including images scientific overview , MATLAB programming language images, image enhancement, image segmentation, image feature extraction and image recognition Chapter 7- Section Chapter 10 is a project example image processing and recognition , covering the medical image processing, character recognition and self- guided trolley path recognition example , the combination of theory and algorithms, for a lot of MATLAB code procedures to help readers learn how to use MATLAB language fast simulation , debugging and estimation methods algorithm. Chapter 11- Chapter 12 , are two examples of highly integrated , namely Visual C++ implementation based on neural network character recognition system and a license plate positioning system. The book)
    2014-03-26 11:09:37下载
    积分:1
  • 696516资源总数
  • 106425会员总数
  • 12今日下载