搜索资源列表
OpenCV-code 基于C/C++语言的开源图像处理函数库
- OpenCV是一个基于C/C++语言的开源图像处理函数库,其代码都经过优化,可用于实时处理图像,具有良好的可移植性,可以进行图像/视频载入、保存和采集的常规操作.-OpenCV is based on C/C++ language, open source image processing library, the code have been optimized for real-time image processing, has good portability, can images/v
Robot-war-games
- c语言机器人大战游戏代码。编写了玩游戏的整个过程。-C program of robot war game . Writing a play games of the entire process.
OpenCV-base
- OpenCV提供的视觉处理算法非常丰富,并且它部分以C语言编写,加上其开源的特性,处理得当,不需要添加新的外部支持也可以完整的编译链接生成执行程序,所以很多人用它来做算法的移植,OpenCV的代码经过适当改写可以正常的运行在DSP系统和单片机系统中,目前这种移植在大学中经常作为相关专业本科生毕业设计或者研究生课题的选题。-OpenCV vision processing algorithms provide very rich, and it part of the C language, w
UKF(2011.9.9.1)
- 无迹卡尔曼滤波c语言代码,即UKF代码,代码原理请参考无迹卡尔曼滤波基本原理-UKF of c code
C-code-of-GMM
- OpenCV中,利用C语言写的GMM模型的代码。-OpenCV, the use of the GMM model code written in C language.
openCV-library-transplant-to-S3C2440
- opencv开源图像处理函数库在S3C2440移植 一、简介 OpenCV是一个基于C/C++语言的开源图像处理函数库 其代码都经过优化,可用于实时处理图像 具有良好的可移植性 可以进行图像/视频载入、保存和采集的常规操作 具有低级和高级的应用程序接口(API)-openCV open source image processing library S3C2440 transplant, o
detectMotion
- 基于opencv的运动物体检测代码,使用语言为c++。-Opencv-based moving object detection code.
DrawOnPicturebyMouse
- VS2010环境下开发,采用C#语言,结合Emgucv实现的简单的画图功能,实现了双缓冲,代码简单,适合初学者。-Under VS2010 development environment, using C# language, combined with simple drawing functions Emgucv implemented to achieve the double buffering, the code is simple, suitable for beginners.
opencv
- 本文件包含了数字图像处理的具体例程,所用代码是C语言,该文件详细讲诉了图像处理的原理-This document contains the specific principles of digital image processing routines, the code is in C language, the document detailed complaint about the image processing
HarrisCorner
- 对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图
addImages
- 基于opencv的图像相加代码,使用c++语言编写-the code of image by adding based on opencv