搜索资源列表
移动目标提取
- 关于图像处理中移动目标提取的好程序-on Image Processing moving targets from the program
目标提取
- 模拟制导系统中,目标的提取。效果理想。
Tracking.zip
- 完整的PTZ跟踪算法,包括背景建模,运动目标提取,运动目标大小估计以及跟踪。,Complete PTZ tracking algorithm, including background modeling, moving object extraction, moving object and track size is estimated.
ImageHistogramAndCentroidCompu
- 灰度图像二值化及目标提取和质心求取,Matlab代码.对初学者学习有用,Gray image binarization and target extraction and center of mass strike, Matlab code. Learn useful for beginners
infraredimage.rar
- 针对红外图像序列运动目标检测和识别,针对复杂动态场景下的红外目标检测问题,提出了一种基于交叉熵的过渡区提取的红外运动目标检测方法,保证是原创,自己辛苦的作品),infrared image detection
zhongzhi.rar
- 中值滤波提取运动目标的matlab源代码,Median filter matlab extract moving target source code
完成光流法算法用于图像边缘的提取
- 完成光流法算法。用于图像边缘的提取,运动目标的检测。-Optical flow algorithm to complete. For image edge extraction, the detection of moving targets.
detecting
- 运动目标检测,背景差分法提取运动前景目标,背景自动更新-moving object detection
otsu
- 利用opencv采集视频输入,并将输入的图像调用OTSU算法,提取运动目标-Using opencv capture video input, and input image is called OTSU algorithm to extract moving objects
growcut
- GrowCut algorithm from "GrowCut" - Interactive Multi-Label N-D Image Segmentation:可用于目标提取的分割算法,包括算法原文 -GrowCut algorithm from " GrowCut" - Interactive Multi-Label ND Image Segmentation: segmentation can be used for object extraction algori
regionbased_seg
- Region Based Active Contour Segmentation:基于活动轮廓的图像分割算法,MATLAB代码,可用于目标提取,包括实验图片-Region Based Active Contour Segmentation: Active Contour-based image segmentation algorithm, MATLAB code, and can be used for object extraction, including the experimental
extraction_algorithm
- 针对特定目标提取的二值化算法,值得一看,一个小论文-Specific object extraction algorithm of the two values
ExtractForeground
- opencv 调用,视频前景目标分割,动目标提取,对静态视频背景进行分割,提取出运动目标。(Opencv call, video foreground target segmentation, moving object extraction, segmentation of static video background, extraction of moving objects.)
Motion-BasedForegroundSegmentation
- 编程实现视频前景目标提取,处理,特别是对于监控视频,实用性很大。(Programming implementation of video foreground target extraction, processing, especially for monitoring video, is very practical.)
matlab
- 动态目标跟踪,静态背景,前景背景动态目标提取(Dynamic object tracking, static background, foreground background, dynamic object extraction)
平均背景法-动静态背景视频前景目标提取
- 平均背景法, 动静态视频前景目标提取, 输出mask, opencv(Average background method, dynamic and static video foreground target extraction, output mask, opencv)
VIBE
- 前景目标提取,已经申请专利,比较快速好用(Foreground target extraction)
sift代码
- sift处理图像,实现动态背景前景目标提取(Sift processing images to achieve dynamic background, foreground, target extraction)
qianjing
- 前景目标提取运用侦差法,实现了二值化和膨胀处理(Foreground target extraction by Inter station difference method)
多目标跟踪opencv
- 先用背景差分完成目标提取,将运动目标的相关信息放入到链表中,通过帧差完成对多目标的跟踪,达到实时性的要求 运动目标的相关信息存放于结构体中,可以在此基础上判断目标的动作行为跟踪基本框架,opencv编写,利用背景差分,质心法可以跟踪多个目标,并分配ID号,记录行动轨迹,可用于车辆道路等,大家可以参考学习下,效果有待改进,不同的视频会有不同的效果。(The relevant information of the moving object is stored in the structure.