搜索资源列表
TrackerTestbed
- 卡内基梅隆大学的一个博士写的一个视频目标跟踪平台,包含几乎所有的目标跟踪算法,有开源的代码和相应的论文,还可以加入自己改进的算法,有很好的参考价值。-Carnegie Mellon University, a Ph.D. to write a video tracking platform, contains almost all of the target tracking algorithm, there are open source code and the corresponding
d
- 利用opencv实现的轮廓提取算法,简单实用-opencv contour extraction saved as contour points and display
CTFromCam
- 基于网络摄像头的压缩感知人脸识别跟踪算法 压缩感知(Compressive Sensing)理论是近年来信号处理领域诞生的一种新的信号处理理论,由D. Donoho、E. Candes及华裔科学家T. Tao等人提出,自诞生之日起便极大地吸引了相关研究人员的关注。-Face recognition based on compressed sensing tracking algorithm Compressive Sensing (Compressive Sensing) signal
Static-face-detection
- opencv入门级C++程序代码调试,第三课:识别一张人脸二维静态图片,采用haar特征识别算法。-Opencv entry level debugging c++ program code, the third class: identification of a human face 2 d static image, using haar feature recognition algorithm.
RGB-D-SLAM
- 一种ROS开源的RGB-D SLAM算法-A ROS open source SLAM RGB-D algorithm
Fast-O(1)Bilateral-Filter
- Fast O(1)双边滤波算法,由三角函数逼近方法实现非迭代算法,计算量不再受滤波窗口大小影响,只与图像大小有关,适合改进为GPU执行的并行算法(此函数还包含一个递归高斯算法)-Fast O (1) bilateral filtering algorithm, approximation by a trigonometric method to achieve non-iterative algorithm to calculate the amount of the filter window
k
- 主要是K-Means算法的实现,可以直接执行,其中图片的载入用到opencv,其他均为C++源码。-Mainly K- Means algorithm implementation, which can be d directly, the images load use opencv, other are c++ source code.