搜索资源列表
图像处理算法
- rar压缩包 其中包含Alphat透明合成系统源代码源代码,JPEG压缩编码系统源代码,腐蚀-膨胀-细化算法源代码,图案抖动技术处理系统源代码,图象边沿检测-提取-轮廓跟踪算法源代码,图象几何变换算法源代码,图象模板匹配算法源代码,图象平滑处理系统源代码,图像雾化处理程序源代码,图形色彩量子化及材质压缩程序源代码,直方图修正-彩色变换算法源代码-rar compressed packets containing Alphat transparent Synthesis System sour
image_processing_source_code
- 图像处理源码内容: alpha_2.09.zip Alphat透明合成系统源代码源代码 jpeg_0.77.zip JPEG压缩编码系统源代码 calir_1.0.zip 腐蚀-膨胀-细化算法源代码 mkou_1.0.zip 图案抖动技术处理系统源代码 touch_1.01.zip 图象边沿检测-提取-轮廓跟踪算法源代码 xchange_1.03.zip 图象几何变换算法源代码 sima_1.07.zip 图象模板匹配算法源代码 mg
tuxiangchuli2006
- alpha_2.09.zip Alphat透明合成系统源代码源代码 jpeg_0.77.zip JPEG压缩编码系统源代码 calir_1.0.zip 腐蚀-膨胀-细化算法源代码 mkou_1.0.zip 图案抖动技术处理系统源代码 touch_1.01.zip 图象边沿检测-提取-轮廓跟踪算法源代码 xchange_1.03.zip 图象几何变换算法源代码 sima_1.07.zip 图象模板匹配算法源代
TrackSyst
- 该程序能对一序列图像进行检测跟踪,主要涉及图像处理和分析的知识(如图像检测、模板匹配等)-the procedures for an image sequence detection tracking, mainly involved in image processing and analysis of knowledge (such as image detection, template matching, etc.)
vc_imageprocessing
- VC++图像处理程序,哈弗变换,边缘检测,差影法,轮廓提取与跟踪,模板匹配,投影法,图像复原,阈值分割,种子填充等。-VC++ Image processing procedures, Haversian transform, edge detection, and poor shadow law, contour extraction and tracking, template matching, projection, image recovery, threshold segmentat
TemplateMatch
- 自己做的一个图像采集和模板快速匹配软件,有几种不同的匹配算法进行对比-Own an image acquisition and fast template matching software, there are several different types of matching algorithms compare
demo_src_1_sdrthsf
- Image alignment is the process of matching one image called template [let s denote it as T] with another image, I [see the above figure]. There are many applications for image alignment, such as tracking objects on video, motion analysis, and many ot
rtgzxtydm
- 一种可行的人体跟踪系统,可作为类似软件模板-A viable human tracking system, similar software can be used as a template
Log_polartransformation
- Log-polar transformation :The function emulates the human "foveal" vision and can be used for fast scale and rotation-invariant template matching, for object tracking etc.download and install opencv 1.1 pre
camshift_loadsample
- Cam-shift tracking algorithm read template image.Tracking the similar histogram region.-Cam-shift tracking algorithm read template image.Tracking the similar histogram region.
LipLoca
- 实现一种结合颜色空间、变换及变形模板的自动唇部定位及唇轮廓提取、跟踪方法首先在空间建立肤色模型进行人脸检测、定位, 并由人脸几何特征进行唇部粗定位然后结合唇色模型进行变换使肤、唇色差别明显化, 提出根据亮度信息对变换结果预处理后用法进行图像分割, 经唇色模型进一步验证后实现唇部精定位再使用变形模板来进行嘴唇轮廓特征提取, 为增强内轮廓定位的鲁棒性, 对经亮度预处理和唇色模型验证得到的口腔区域边缘图进行曲线拟合来实现内轮廓定位最后, 将唇读图像序列中上一帧的唇部定位结果拓展后作为当前帧的预测区域再
Face-Tracking
- tracking eye using template matching algorithmj
115
- 提取目标位置参考点和目标匹配模板;使用基于区域特征的运动目标跟踪算法获取目标位置(像素) -Extraction of target location and target reference points match template use region-based feature tracking algorithm for moving object target location (pixels)
Online-Learning-for-Tracking
- 本书为卡耐基梅隆大学教授Robert T. Collins在中美学术交流会上专门为中国学生做的关于目标跟踪方面的讲座,内容涵盖了template matching, mean-shift, data association等。同时结合了他们实验室的项目经验,讲解内容深入浅出,全力推荐!-Book for the Carnegie Mellon University Robert T. Collins in the United States specifically for academic e
Incremental-Learning-for-Tracking
- 在线增量地学习目标模板的特征,以求能更加鲁棒地跟踪目标。英文文献,07年发表的,很经典的一篇文献。-Incrementally learning the characteristics of the target template, in order to be more robust to track the target. English literature, published in 2007, it is a literature classic.
Tracking
- 目标匹配,模板匹配算法,亲测可用,实验时的程序-Object matching, template matching algorithm, pro-test is available, the experiment procedure
meanshift-tracking
- 主要思想是用meanshift算法跟踪目标,拖动矩形框选择目标模板,meanshift自动跟踪 本程序的主要缺陷体现在帧差法自动识别目标,这部分功能与上一个功能独立,可用可不用,用于自动识别目标,效果不是很好,主要体现在对图像视频的要求是 背景(目标以外的所有事物)不能动-The main idea is to use meanshift algorithm to track the target and drag a rectangle to select the target templ
My-template-matching
- 在图像中采用目标模板匹配对目标进行跟踪,跟踪快速稳定,效果很好。-Using the target in the image template matching target tracking, tracking fast and stable, with good results.
Target-tracking
- 基于模板匹配的最简单目标跟踪,开发环境opencv2.4.6和vs2010。我把代码复制到放txt记事本里面了,所以显得特别小,请大家放心下载,可以运行。-Based on the easiest target template matching tracking, development environment opencv2.4.6 and vs2010. I copied the code to put txt Notepad inside, so is particularly smal
Tracking-Moving-Object-
- 本文首先分析了目标跟踪中常用的基于匹配的跟踪算法,然后从其判定函数 以及模板更新两方面出发来提高跟踪的稳定性;通过改进匹配搜索策略提高算法 实时性-In this paper analysis the algorithm which based on traditional correlation, then consider the satiable of tracking correlation and template update. We prove the s