搜索资源列表
lunkuo
- 用matlab实现找背景图像中目标轮廓的算法(带代码注释)-Contour algorithm to find the target
camshift
- 一个很好的camshift运动目标跟踪算法代码,用C++编写的,做跟踪算法研究的人可以用。-A very good CAMSHIFT moving target tracking algorithm code, prepared by C++, do tracking people can use.
11111111
- 运动估计代码,可以用来估计运动序列的背景变化,从而计算出背景补偿,运来跟踪运动目标。很好用-Motion estimation code that can be used to estimate the background motion sequence variation to calculate the background compensation, transported to track moving targets. Good use,,,
333333
- 运动估计代码,用来计算背景的变化,可以用来进行超分辨率重建,也可以用来跟踪运动目标-Motion estimation code, used to calculate the change in the background, can be used for super-resolution reconstruction can also be used to track moving targets. . .
RLE
- 在vs2005环境下开发的代码,用行程编码(REL)实现单目标物体跟踪-In vs2005 code developed using run-length encoding (REL) to achieve single target object tracking
huier
- 这个matlab代码实现对于图像中目标特征提取,-The image of target feature extraction
video-segmentation
- 本代码实现的是视频中运动目标的分割,采用了三帧差法进行目标检测。-The code is in the video moving target segmentation, using three difference method for target detection.
pf_colortracker
- 基于颜色直方图的目标跟踪代码,代码是c和MATLAB混合编程。-Color histogram based target tracking code, the code is c and MATLAB mixed programming.
boundary-description-
- 图像目标边界描述代码,简单明了,内有说明解释- Image object boundary descr iption code, simple and clear, which is described to explain
kaerman
- 基于卡尔曼滤波算法对运动目标进行自动追踪和识别的matlab代码,可直接打开运行-Based on Calman filtering algorithm for moving target tracking and identification of the matlab code, can be directly run
PCA
- 对图像的特征向量进行降维处理,降低代码复杂性,提高目标检测准确率-The dimension of feature vectors extracted image can be reduced by the code. Also, the code complexity is decreased, accompanying with the improved precision of object detection.
UCGECWR567
- 基于静止背景下运动目标检测中恢复背景的示例代码VC程序-Based on static background motion target detection background to recover the sample code VC program
显著性追踪
- 显著性目标检测,代码测试过没有问题,效果还可以,算是比较新的理论方法,可以尝试
显著性物体分割
- 基于超像素和流行学习排序的显著性检测,是显著性检测里的经典文章,代码没有问题,可以后续接上grab cut进行显著目标的分割,分割效果不错。