搜索资源列表
mubiaojiance
- 通过模板匹配的方式进行目标检测,一种很有用的图像处理方法。
视频检测
- 用于实现基于图像视频的运动目标检测与跟踪
BitmapDisolve
- 提供一个图像处理界面,可直接运行。能实现目标识别,检测,跟踪,对象匹配,字符识别。-To provide an image processing interface, can be directly run. To achieve the target identification, detection, tracking, object matching, character recognition.
cannyfinal
- 边缘检测对于图像理解、目标检测、跟踪等问题非常重要,该代码实现了canny算子做边缘检测-Edge detection for image understanding, target detection, tracking a very important issue, the code implementation of the canny edge detection operator to do
2201661974520079181725541578112
- 基于图像处理的运动目标检测跟踪系统的设计与实现的论文,是一篇博士论文,在研究有关目标跟踪与检测的时候,有很多可借鉴之处。-Based on image processing to track the moving target detection system design and implementation of the papers, is a doctoral thesis research on the target tracking and detection of the time
ApplicationsofOmnidirectionalImaging
- 全方位图像的应用,多目标跟踪和检测的实现。是应用全方位视觉的新方法-Application of full-image, multi-target tracking and detection is achieved. All-round vision is the application of new methods
peperwork
- 在VS2008平台上实现的运动目标检测,采用帧差法实现,并用图像形态学进行图像的细化。-In VS2008 platform to achieve object detection, using the frame difference method implemented with the image of the refined image morphology.
Infrared_Target_Detection
- 红外图像运动目标检测、识别与跟踪算法演示程序。附件:点目标到面目标完整图像序列 -Infrared images moving target detection, identification and tracking algorithm demo program. Attachment: point target to the target area complete image sequence
Untitled13
- 皮肤检测的最终目标是构建一个决策规则,并以此将图像中的像素划分为肤色和非肤色两类,一般通过引入一个衡量像素点颜色与“标准肤色”的距离而实现的,该距离是由相应肤色建模的方法决定的。人脸检测MATLAB源代码关于彩色图像光照补偿-The ultimate goal of skin detection is to build a decision-making rules, and use of the image pixels into skin and non-Fuse types, usuall
DetectMov
- 基于背景差分法的是视频运动目标检测,该算法包含背景差分核心算法以及滤波处理阴影处理等后续图像处理-Background subtraction is based on video motion detection, background subtraction of the algorithm contains the core algorithm and the filtering processing, the shadow of the follow-up image processing
ImageProcess3
- 基于统计量的声呐图像目标检测算法,基于统计量的声呐图像目标检测算法-Based on statistics of the sonar image target detection algorithm, based on statistics of the sonar image target detection algorithm
target
- 通过计算最大互相关(Cross Correlation),在给定的图像中检测目标图像,并在图像显示窗口中高亮该区域-By calculating the maximum cross-correlation (Cross, The Correlation), detection of the target image in a given image, and highlight the region in the image display window
dongtaigz12_3
- 汽车车牌识别,帧差法背景提取,图像识别 视频;目标检测;背景重建;背景更新;背景差法-Video Target Detection Background Reconstruction Background Update Background Subtraction
moving
- 运动目标检测系统,VC++编程系统实现,根据背景图像,可以得到分步。-Moving target detection system, VC++ programming system implementation, according to the background image, you can get step by step.
target
- 基于红外图像的弱小目标检测与跟踪,matlab源代码,非常适用于初学者-Based on infrared image dim target detection and tracking, matlab source code, very suitable for beginners
OpenSURFcpp
- OpenSurf是一款功能齐全的surf代码,程序中使用surf特征点进行了目标检测,视频目标识别,图像匹配等5项功能,代码经过调试可以成功运行。-OpenSurf is a full-featured surf the code, the program features the use of surf point target detection, video object recognition, image matching five function, the code after d
objdetect
- 进行自动图像分析和目标检测, A Library for Part-Based Object Detection in C- U8FDB u884C u81EA u52A8 u56FE u50CF u5206 u6790 u548C u76EE u6807 u68C0 u6D4B uFF0C A Library for Part-Based Object Detection in C++
fb.resnet.torch-master
- RCN网络,深度学习的一种网络,用于图像目标的检测-RCN network is mainly the recognition of image targets
113172204genzong
- 本程序根据图像内目标的特性,基于c++,对图像目标进行检测和跟踪,效果良好(This program according to the characteristics of the target in the image, based on c++, the image target detection and tracking, the effect is good)
基于帧间差分法的视频目标检测系统
- 运动目标自动检测是对运动目标进行检测、提取、识别和跟踪的技术。基于视频序列的运动目标检测,一直以来都是机器视觉、智能监控系统、视频跟踪系统等领域的研究重点,是整个计算机视觉的研究难点之一"。运动目标检测的结果正确性对后续的图像处理、图像理解等工作的顺利开展具有决定性的作用,所以能否将运动物体从视频序列中准确地检测出来,是运动估计、目标识别、行为理解等高层次视频分析模块能否成功的关键。