搜索资源列表
基于OpenCV的SIFT特征点提取进行匹配的程序
- 基于OpenCV的SIFT特征点提取进行匹配的程序,程序中采用了两幅图像,匹配后可进行放射变换-OpenCV based on SIFT feature point extraction of matching procedures, the procedures used in the two images, match after radiation transformation
siftdetectandmatch
- 运用sift算法提取两幅图像中的特征点,然后再进行特征点匹配,实现图像配准-Sift algorithm using two images extracted feature points, and then the feature point matching, to achieve image registration
siftformatlab
- 这是一个用MATLAB代码实现的一个关于图像的特征描述子的提取 以及相应特征点进行匹配的代码 可用于图像识别 或者立体匹配。-This is a MATLAB code with a descr iptor on the image feature extraction and matching feature points in the corresponding code can be used for image recognition or stereo matching. T
zw
- 指纹识别算法学习套件 3.0具有指纹图像增强,脊线细化,特征点提取,指纹特征匹配等功能的低速测试版 本套软件建立在拥有自主知识产权的专利算法基础之上,通过有效降低背 景噪音,图像 增强优化,最终实现精准识别功能.-Fingerprint recognition algorithm with learning packages 3.0 fingerprint image enhancement, ridge detail, feature point extraction, feature
VideoBasedFaceDetection
- 视频搜索中人脸识别关键技术的研究与实现。本文对人脸检测与识别技术进行了研究,实现了一个用于视频搜 索的自动人脸识别系统。该系统对输入的视频帧进行人脸检测和定 位,经过图像预处理之后,进行重要特征点Gabor一Fisher的特征提取 和分类识别。-Video search, face recognition and implementation of key technologies. In this paper, face detection and recognition tech
facedetect
- 通过图像预处理,实现人脸边缘检测,特征点提取。标记出眼、鼻、嘴三处特征点-Through preprocessing, for face detection, feature point extraction. Mark out the eyes, nose, mouth and three feature points
13
- 数字图像识别前处理过程中,提取特征向量,13点提取法-Digital image recognition pre-treatment process, the extracted feature vector, the 13-point extraction
fdp5final
- Face Detection System 基于Gabor特征提取和人工智能的人脸检测系统源代码 使用步骤: 1. 拷贝所有文件到MATLAB工作目录下(确认已经安装了图像处理工具箱和人工智能工具箱) 2. 找到"main.m"文件 3. 命令行中运行它 4. 点击"Train Network",等待程序训练好样本 5. 点击"Test on Photos",选择一个.jpg图片,识别。 6. 等待程序检测出人脸区域
systemgenerator_matlab_
- 指纹识别,包括指纹图像的增强,均衡,纹线的的细化,特征点的提取-Fingerprint identification, including fingerprint image enhancement, balanced, grain refinement of the line, feature point extraction
zhong
- 本文的研究背景是车牌字符识别,识别包括0-9和A-E及R,共16个字符。每个灰度图像都是由36×20个像素点组成,存储形式为36×20的矩阵。将灰度图二值化后,形成0、1矩阵。通过一些简单的图像预处理后,采用一种新的面积法进行特征提取。-This paper is the research background of license plate character recognition, identification including 0-9 and A-E and R, 16 charac
PalmPrint
- 掌纹识别源程序,对图像进行预处理和特征提取,角点提取-Palmprint identification source, the image pre-processing and feature extraction, corner detection
pca
- 自动人脸识别系统具有如图所示的一半框架并完成相应功能的任务。 (1)人脸图像的获取:一般来说,图像的获取都是通过摄像头摄取,氮摄取的图像可以是真人,也可以是人脸的图片或者为了相对简单,可以不考虑通过摄像头来摄取头像,而是直接给定要识别的图像。 (2)人脸的检测:人脸检测的任务是判断静态图像中是否存在人脸。若存在人脸,给出其在图像中的坐标位置,人脸区域大小等信息。而人脸跟踪需要进一步输出所检测到的人脸位置,大小等状态随时间的连续变化情况。 (3)特征提取通过人脸特征点的检测与标定可以确
matchfinal
- 在VC环境下实现指纹识别,输入一幅图像(库中存在的)会匹配出对应的图像。包括预处理(二值化、分割、均衡、去噪、增强、细化等),特征值提取,即为提取端点和分叉点坐标,特征匹配,最后输出对应的指纹编号。-In the VC environment realize fingerprint recognition, input an image (library existing) will match the corresponding image. Including pretreatment (b
pgbm_v130618
- 采用点门限玻尔兹曼机实现对图像的自动特征提取以及特征选择。-Point-wise gated boltzmann machine was adopted to realize automatic feature extraction and feature selection of images.
Dsift
- 用于图像特征点提取的稠密型sift,很好的一种特征点提取-Dense type sift for image feature extraction, a good feature point extraction
FingerPrintVerify
- 本程序主要实现指纹识别算法的实现,包括图像分割、二值化、细化、提取特征点、图像的匹配-The main procedures realize fingerprint recognition algorithms, including image segmentation, binarization, thinning, extracting feature points matching images
zwsb_matlab
- 指纹识别MATLAB代码,fd.m对图像平滑处理、二值/提取骨骼/删除毛刺、特征点提取;包含四个程序,多个函数-Fingerprint identification code
Pcl_object_recognition
- 基于PCL库的图像实时识别,PCL(Point Cloud Library)是在吸收了前人点云相关研究基础上建立起来的大型跨平台开源C++编程库,它实现了大量点云相关的通用算法和高效数据结构,涉及到点云获取、滤波、分割、配准、检索、特征提取、识别、追踪、曲面重建、可视化等。支持多种操作系统平台,可在Windows、Linux、Android、Mac OS X、部分嵌入式实时系统上运行-Image library based on real-time identification PCL, PCL
SIFT_YantaoNoemie
- 识别并提取图像中的SIFT特征点,用于图像识别和分类(Identify and extract the SIFT feature points in the image for image recognition and classification)
基于ASM和K近邻算法的人脸脸型分类_张倩
- 针对人脸特征分类问题,提出一种基于主动形状模型(ASM)和 K 近邻算法的人脸脸型分类方法。将 Hausdorff 距离作为 K 近邻算法的距离函数,利用 ASM 算法提取待测图像的特征点,对点集进行归一化后计算人脸轮廓特征点与样本库中所有样本点集的 Hausdorff距离,根据该距离值,通过 K 近邻算法实现待测图像的脸型分类。实验结果证明,该方法分类正确率高、速度快、易于实现。(Aiming at the problem of face feature classification, thi