搜索资源列表
ipl_medfil
- 在VC环境下,应用OpenCV载入图像,通过代码运算实现中值滤波。-In the environment of VC, it achieved median filtering through code operation, with the application of OpenCV to load images.
Kalman_filter_C
- 卡尔曼滤波器的C代码实现, 简单明了,是学习 Kalman 的好程序。-kalman filter has been implemented in this document by C.
2011__opencvFilter2D_Test
- 这个是在刚学opencv时候的测试小代码。主要是卷积方面的,对图像进行滤波处理。同时,里面含有自编了一个简单函数滤波函数。里面每个文件均可以单独运行在VS20101平台下。(opencv2.1)-This is just a test when a small learning opencv code. Is the convolution of the main aspects of image filtering. At the same time, which contains a sim
ditong
- 此代码基于opencv2.2,实现的功能:在频域中对图像进行低能滤波处理,输出一幅灰度图,一幅傅氏实部图,一幅虚部图-This code is based on opencv2.2, to achieve the function: low frequency domain filtering of image processing, output a grayscale, a real part of Fourier maps, an imaginary figure
cvFilter2D
- 本代码使用OpenCV对图像进行滤波,只需要修改一下掩膜模板,就可以采用高斯,PREWITT算子及二维滤波。-This code uses OpenCV for image filtering, only need to modify the mask template, you can use Gaussian, PREWITT operator and two-dimensional filtering.
UKF(2011.9.9.1)
- 无迹卡尔曼滤波c语言代码,即UKF代码,代码原理请参考无迹卡尔曼滤波基本原理-UKF of c code
SL_Kalman
- Camshift+kalman该代码是在Camshift基础上就加上Kalman滤波,主要针对的是目标车辆检测-Camshift and kalman
MeanShift-Kalman-tracking-algorithm
- 结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined track
OpenCV
- 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
pinghua
- 实现对图像平滑模糊,有简单平滑、高斯模糊和中值滤波三种可选,基于OPenCV类库实现,代码可直接运行-Achieve a smooth blur the image, a simple smooth, Gaussian blur and median filtering three options, OPenCV-based library, the code can be run directly
tracking
- 目标跟踪代码。关键字:均值漂移、卡尔曼滤波、颜色直方图、边缘方向直方图-Codes of object tracking.key words:mean shift,kalman filter,color histgram,edge direction histgram.
FaceRecognition_CNN(olivettifaces)
- 智能图像/视频处理中,复杂背景环境(比如室外环境、机场、车站等)下,人脸识别的第一步是人脸的检测。它的精确度直接影响到后期识别的结果。不过,领域内的科学家们基本上很难有足够的精力和时间开发优化的C++代码,使其用于商业用途,而一般都是只在Matlab中进行模拟。 本文的目的是提供一个我开发的SSE优化的,C++库,用于人脸检测,你可以马上把它用于你的视频监控系统中。文章中的分类器的训练数据来自与我的 webcam图像,它们被采集于不同时间,不同光照,不同背景环境下,它几乎可以实时地检测
2midfilter
- 本代码是vs2010编写的opencv2.4.9版本,单通道中值滤波。-The code is written in opencv2.4.9 vs2010, single median filter.
BoxFilter
- 自己编写的c代码,实现图像的快速均值滤波,采用盒子积分算法。-C write your own code, to achieve fast average filtering of the image, using box integration algorithm.
pf_soccer
- VS2012,opencv3.0的基于颜色特征的粒子滤波跟踪算法实现,代码比较直观,虽然效率较慢,但容易理解。可直接运行-particle filter in object tracking ,based on color feature vs2012+opencv3.0
kalmanfilter
- 代码实现的kalmanm 滤波跟踪的功能,所用视频源是通过读取摄像头获取的,跟踪速度能够达到实时的目标跟踪,对于单目标跟踪效果很好-Code to achieve the function of the kalmanm filter tracking, the video source is obtained by reading the camera, tracking speed to achieve real-time target tracking, for a single targe
2160820012
- 主要是在vs中对图像进行高斯滤波平滑处理以及滤波等,很完整的一次图像学大作业,内附代码和大作业论文-vs2010 image gaosi filter
guidefilter
- 图像引导滤波用来去雾的C代码,调用opencv的库,很不错的代码-Image guide filter used to fog the C code, call opencv the library, very good code
test
- 实现了opencv中的图像处理代码,图像滤波,形态学运算,图像的边缘检测(Realize the opencv image processing code, image filtering, morphological operations, image edge detection)
guided_image_filter_opencv
- 在opencv平台下开发的导向滤波代码。(Guided filtering code developed under the opencv platform.)