搜索资源列表
filter
- 基于OPENCV的,vc++ 图象处理程序,用不同的核进行图象的二维滤波.
filter
- 一个非常完成的图像滤波的例程,包含了常用的各种滤波方法,结合openCV使用,对于初学者很有帮助。
给予opencv的VIS视频跟踪
- 该源码是关于运动对象跟踪的算法,主要实现了高斯背景建模,全局运动补偿(SIFT特征和RANSAC算法),运动对象检测,对象跟踪算法(Mean Shift,Particle Filter等),对象特征提取(轨迹,大小,起止帧等),同时,程序基于VC2008+OpenCV开发,实现了对话框式的程序界面,效率高。
opencv_gaussian filter median filter
- opencv_ 应用gaussian filter 高斯滤波 and中值滤波 median filter 处理图像的简单程序
把图片在OPENCV中进行滤镜处理
- 把图片在OPENCV中进行滤镜处理,浮雕,雾化,有详细的算法,The picture in the filter in OPENCV treatment, relief, atomization, the algorithm in detail
openCV图像处理,内含边缘检测
- openCV图像处理,内含边缘检测、边缘分割、区域增长、高斯噪声、椒盐噪声消除以及自适应中值滤波函数的实现-openCV image processing, includes edge detection, edge segmentation, region growing, Gaussian noise, salt and pepper noise cancellation and adaptive median filter function implementation
kalman.rar
- opencv 使用卡尔曼滤波器跟踪一个旋转的点,opencv using the Kalman filter to track a rotating point
opencv
- opencv使用中值滤波器简单处理图像-opencv median filter using a simple image processing。。。
kalmandlg
- 采用卡尔曼滤波进行背景建模再作差分的方法的车辆检测程序,用到了opencv库-Kalman filter for background modeling method further differential vehicle testing procedures, use the opencv library
Filter
- OPENCV下的中值滤波,均值滤波,高斯滤波程序-OPENCV the median filter, mean filter, Gaussian filter procedure
opencvske
- 基于opencv的距离变换程序,并进行去噪滤波,可用于求取物体几何骨架-Opencv-based distance transform processes and de-noising filter can be used to extract a geometric skeleton of an object
filter
- 频域低通滤波(理想低通滤波器、梯形低通滤波器、巴特沃斯低通滤波器、指数低通滤波器),频域高通滤波(理想高通滤波器、梯形高通滤波器、巴特沃斯高通滤波器、指数高通滤波器)-Frequency-domain low-pass filter (ideal low-pass filter, ladder low-pass filter, Butterworth low-pass filter, the index low-pass filter), frequency-domain high-pass f
meanFilter
- Mean filter to get rid of salt and pepper noise in images using openCV library for VC-Mean filter to get rid of salt and pepper noise in images using openCV library for VC++
opencv
- 利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram
pftracking-opencv
- 牛人写的opencv下实现的particle filter 单物体跟踪,代码量较少,特贡献出来-particle filter tracking, implemented in C, you have to make sure that opencv installed in your computer.
filter
- 用opencv实现通道分离的滤波,对RGB通道进行分离滤波,值得初学者参考。-Separation channel with opencv filter, the RGB channel separation filter, it is reference for beginners.
Opencv-filter
- 利用opencv和C实现的一个过滤程序,内附一张测试图片。-A app of Filter made with Opencv. A pic in it.
Lee filter C++ source code
- Lee filter implemented by C++ with OpenCV
openCV-Practicefh
- 人脸识别: 相关功能: 1.将图像转换为灰度显示 2.应用高斯滤波器去除小的边缘 3.计算与画布边缘 4.修改边缘颜色 5.将Mat转换为Xcode的UIImageView显示(Face recognition: Related functions: 1. Convert the image to grayscale display 2. Use gaussian filter to remove small edges 3. Calculate the edge of th
opencv识别特定颜色区域
- 在opencv图像处理中,需要计算出某个颜色的区域,进行相应的滤波或者是其它操作。这个程序就是用来识别特定的颜色区域,方便修改。(In opencv image processing, you need to calculate a color of the region, the corresponding filter or other operations. This procedure is used to identify a specific color area, easy to