搜索资源列表
kalmanfiler11
- 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制, 传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理, 例如头脸识别,图像分割,图像边缘检测等等。-Kalman filter is an "optimal recursive data pro
roihisteq
- histogram for image detection and tracking
CellTracker_v0_5
- CellTracker is an image processing program to perform automated and manual cell migration detection.
goodedge_detect_simple
- 在matlab环境下,实现了边缘检测的程序,图像处理中经常遇到的方法-In the matlab environment, realize the edge detection procedures, image processing frequently encountered in method
contours_demo
- A very good, neat and classic contour detection. (cpp code , matlab scr ipt and test image included). You can learn the basic idea of contour detection and do your research based on this.