搜索资源列表
Kalman_filter_C
- 卡尔曼滤波器的C代码实现, 简单明了,是学习 Kalman 的好程序。-kalman filter has been implemented in this document by C.
opencv
- 在c++环境下,调用opencv的五个简单的代码,运行出结果-In c++ environment, the call opencv the five simple code, run the results
read-load-And-show
- 使用C++和计算机视觉开源代码库OpenCv编写的图片读取函数,程序简单。-Open source code base OpenCv C++ and computer vision to write the function of reading picture, the program is simple.
connectprocess
- 在图像处理过程中,经常会遇到这样一部分图像,图像的整体部分如果人来看的话一眼就能看出,但是它的内部由于有各种小缺口,导致断开了,这样在计算机“眼”里就被认为是断开的,为了使图像达到适应人眼的感觉,需要将这些缺口和断开的口给连接上去,这就需要用到计算机图形学中的连通域处理技术。本文给出一个简单的连通域处理函数,当然这个函数是来自OpenCV著名教程Learning OpenCV中,只不过它的接口是基于c版本的OpenCV,而到目前为止,基于C++接口的OpenCV已经是主流,所以我将其接口改成了c
imagerotate
- 用C++及opencv实现图像任意角度的旋转,单波段,很简单易懂的代码-With C++ and opencv realize image at any angle of rotation, single band, very easy to understand code
SIFTapplication
- SIFT用于图像匹配研究的初步代码,非常简单,但是适合初学者使用。-The application of SIFT C++ code. It is very simple, but very useful to new starters.
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.
canny
- 这个代码是OPENCV中的canny边缘检测程序,使用 它可以对图像进行边缘检测,使用c/c++编写的,易懂简单-This code is OPENCV the canny edge detection program, use it to image edge detection, the use of c/c++ written, easy to understand simple
line
- 采用Opencv实现最小二乘法的直线拟合的c++代码,自己写的很简单的程序-Opencv achieved using a linear least squares fit of c++ code
matlab步态能量图生成
- 步态识别基础代码,相对于c++更加轻量快速,代码带注释,简单易懂。