搜索资源列表
kalman
- 卡尔曼滤波的C++演示程序,适合不理解卡尔曼滤波的初学者-Kalman filter implented by C++
Kalman_filter_C
- 卡尔曼滤波器的C代码实现, 简单明了,是学习 Kalman 的好程序。-kalman filter has been implemented in this document by C.
severalexample
- 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
OpenCV_kalman_test
- kalman filter using opencv
Digital-Image-Processing
- 数字图像处理 中值滤波和中值滤波 visual C++6.0 配置opencv进行的图像处理。-Digital image processing median filter and median filter
11801804kalman
- 用Visual c++ 来实现kalman滤波器-Using Visual c++ to implement kalman filter
KALMANPARTICLE
- 基于 Kalman Filter和 Particle Filter的 目标跟踪 脸部跟踪 object tracking c++程序 源码。 -C++ face tracking program code base on Kalman Filter and Particle Filter
cvhw4
- opencv中中值滤波,利用visual c++ 6.0 编写-median filter in opencv
mid_filter
- 自己编写的高性能中值滤波源码,visual c++ 6.0实现-I have written high median filter source, visual c++ 6.0 implementation
TP7
- this a source code developped with OpenCV and c++, it takes a colored picture in input, turns it channels from 3 to 1 (conversion to grey scalled picture) and applies diffrent filters (gaussian, laplacien,smooth filter...) and shows each result in a
kalman
- kalman 滤波器跟踪一个旋转点算法 使用opencv和visual c-kalman-Filter tracking a pivot point algorithm
Opencv-filter
- 利用opencv和C实现的一个过滤程序,内附一张测试图片。-A app of Filter made with Opencv. A pic in it.
AI_Median-Filter
- c++ opencv 中值滤波,程序效果较好,满足要求-c++ opencv
MeanShift-Kalman-tracking-algorithm
- 结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined track
Filter
- 用C++语言写的图像过滤,实现了中值过滤、最大值最小值过滤、均值过滤等,扩展性较好,能实现不同通道-With C++ language image filtering, to achieve a median filtering, maximum minimum filtering, mean filtering, scalability, better able to achieve different channels
Bilateral-Blur
- This project for OpenCV C++. This filter is able to reduce noise of the image while preserving the edges. The drawback of this type of filter is that it takes longer time to process.- This is project for OpenCV C++. This filter is able to re
lizilvbogenzong
- 利用粒子滤波实现运动目标跟踪的c++源码,效果比较好-Particle filter tracking moving objects c++ source, the effect is better
opencv_cuda-gaussion-filter
- 实现cuda——opencv版本的图像高斯模糊-realize the gaussion filter with cuda c and opencv
Linear-filtering
- 几种线性滤波C++程序实例,使用opencv实现-Several linear filter C++ program examples, the use of OpenCV to achieve
kalmanfilter
- 卡尔曼滤波器的c++源代码,内容详细,经过调试,方便用户进行图像处理等。-Kalman filter c++ source, content details, after debugging, user-friendly image processing.