搜索资源列表
fingerprint_regoniation_system
- fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图 像都是位图。 fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能 有较好的效果。输出图像覆盖于输入图像之上。 fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这 些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下: testimgSSSDDD.bmp 其中,SSS代表条纹间隔(像素个数)
cxsb
- 通过背景差获取目标,提取车辆的不变矩,外加矩形度,圆形度,体态比等特征构成特征向量组,通过欧式距离识别出车辆。-through poor background, target acquisition, unchanged from the moment vehicles, plus rectangular, circular, Body composition characteristics than the eigenvector group, by the Continental dista
Tracking.zip
- 完整的PTZ跟踪算法,包括背景建模,运动目标提取,运动目标大小估计以及跟踪。,Complete PTZ tracking algorithm, including background modeling, moving object extraction, moving object and track size is estimated.
Feature-Extraction
- 特征提取与图像处理(第2版)<尼克松(Mark S.Nixon) 英文版 适合研究图像匹配、目标识别等方面的人员使用。-Feature Extraction and Image Processing (2nd Edition) (Mark S. Nixon)。 Specially for who study on image pattern,tracking。
Monitor.rar
- 自己写的vc 读取YUV视频信号 进行帧差法进行目标跟踪 ,高斯背景模型提取,,Vc wrote it myself to read YUV video signal frame-difference method for target tracking, Gaussian background model extraction,
BAG-OF-WORDS-daima-PG_SPBOW
- matlab编写的bag of words,可以对目标进行特征提取,实现目标匹配识别。-Matlab prepared bag of words, the target feature extraction, to achieve the goal of matching recognition.
freeselectmarker
- 本程序的功能是实现人为框定目标后,对目标进行灰度边缘的提取和标记。-gray scale image,edge detected.
CreateFeatureBin
- 提取HOG特征,写入bin文件(源码) 5 提取HOG特征,写入bin文件(源码.Loadpos将info.dat(样本描述文件,开头是样本数量和大小,然后每一行代表一个样本,分别是图像文件名、目标个数....... -HOG feature extraction, write bin files (source code) 5 extracted HOG features, write bin files (source code. Loadpos will info.dat (sa
plsa
- 给与plsa模型开发 本源码是利用视觉仿生学成果进行目标识别的最新成果。c1 c2特征是MIT的Poggio教授的研究小组根据人眼视觉仿生的研究成果提出的特征。运用该特征对自然图像中的目标识别取得了较好的效果。本压缩包为提取C1 C2特征的Matlab源码。C1 C2特征的详细说明参见IEEE PAMI 2007上的文献 -This imports VIBES functionaility into Matlab and needs to be done once per session
rectan
- 实现目标形状的物体检测,该程序是从一对简单形状图形中提取出矩形-Goals shape object detection, the program is a pair of simple rectangular shape extracted graph
vehicle_number_plate_segmentation
- 基于matlab环境对汽车车牌识别并提取(图像目标的提取程序)-This is a program for extracting objects from an image. Written for vehicle number plate segmentation and extraction
charactersRecognition
- 此论文介绍了一种复杂仪器仪表盘面背景中目标字符的提取与识别的方法过程,有良好的效果。 -Paper describes the background of a complex instrument the target disk extraction and recognition of characters in the process of the method, with good results
LPPSAR
- 国内最新的合成孔径雷达目标识别类文章,基于最大异类距离特征提取的SAR目标识别方法。-Synthetic aperture radar target recognition articles based on the maximum distance of heterogeneous features Extraction for SAR target recognition.
dongtaigz12_3
- 汽车车牌识别,帧差法背景提取,图像识别 视频;目标检测;背景重建;背景更新;背景差法-Video Target Detection Background Reconstruction Background Update Background Subtraction
lunkuojiance
- opencv环境下实现对静态目标轮廓的分级提取及显示-opencv environment to achieve the classification of the static object contour extraction and display
guiyihua1
- 在进行图像目标提取前进行图片归一化处理,使得目标中心一致、尺寸一致。-Before making image object extraction image normalized so that the target center line, the same size.
Image-segmentation-Extraction
- 这个matlab程序实现了目标对象的图像分割与提取技术,附件里的程序以车牌的检测与识别为例,效果非常好。-The matlab program to achieve the target image segmentation and extraction technology, the annex of the procedures for license plate detection and recognition, for example, the effect is very good.
test_surf2_zhencha
- 基于opencv的帧差法目标提取算法。基于vs2008实现-Extraction algorithm based on frame difference method opencv target.
Lucas_Kanade
- 光流法提取动态背景前景目标,具有良好的抗噪和抗干扰能力。(Optical flow extraction of dynamic background prospects, with good anti-noise and anti-jamming capability.)
基于帧间差分法的视频目标检测系统
- 运动目标自动检测是对运动目标进行检测、提取、识别和跟踪的技术。基于视频序列的运动目标检测,一直以来都是机器视觉、智能监控系统、视频跟踪系统等领域的研究重点,是整个计算机视觉的研究难点之一"。运动目标检测的结果正确性对后续的图像处理、图像理解等工作的顺利开展具有决定性的作用,所以能否将运动物体从视频序列中准确地检测出来,是运动估计、目标识别、行为理解等高层次视频分析模块能否成功的关键。