搜索资源列表
现场指纹比对中细节特征的运用
- 现场指纹比对中细节特征的运用-scene than fingerprints on the details of the application
图像融合算法演示源码
- 点击打开文件的两个按钮,打开上下文件然后在图片上用鼠标左键点击选择一个闭合的区域,当两个图片区域选定后,点击生成比对图片按钮,将会生成融合的比对图片,可以调整比对图片的相对位置和图片透明度。 -click open the file of two buttons, then open the next document in photographs with the left mouse button click on the choice of a closed region, when
zuoye6
- 将图片读入内存,进行如下处理后,将原图片和处理后的图片一起输出,进行观察和比对: Ø 只保留图片的红色分量; Ø 只保留图片的绿色分量; Ø 只保留图片的蓝色分量; Ø ?0?2 将红, 绿, 蓝分量的平均值作为红绿蓝分量; Ø 红,绿,蓝分量相互交换; Ø 将图片中某种颜色或与之相近的颜色替换成另一种颜色;-will read
RFBarCodebylqh
- 条码比对识别,主要基于图像处理和边缘线条检测的方法,包括C++源代码和例子程序。-than right barcode recognition, mainly based on image processing and edge lines, the method of testing includes C source code and examples of procedures.
yinzhangrecverbyRF
- 一个进行图章识别的C++类,主要采用图章图像的矩特征进行图章比对,涉及到图像特征提取与匹配。-identification seal for a C + + class, mainly stamp image features seal moment than right, relate to feature extraction and image matching.
dzyy
- 北京金印能鉴技术开发有限公司的电脑验印代码,接口部分没传,所以没法编译,请朋友们原谅。如果您需要完整代码,请联系金印能鉴,李建国 msn:ljg-msn@hotmail.com QQ:757412868 email:ljgdzz@163.com 功能特点 1、印模提取:自动提取标准印模并抽取特征值,印模经压缩算法处理后小于8K。 2、印章比对:包括配准算法、比对算法和输出验印结果。比对算法提供了3个特征值矩常量因子,二次开发时可以根据需要调整通过率。 3、自动比对:
combmp2007
- 图像比对工具 可以将图像轮廓化,然后进行比对 可以清晰的看到图像的不同处,同时具有图形加宽、加高,用来校正图像的轻微变形-image right tools contours of the image, then can be compared to see a clear picture of the differences, Widening the same time graphics, height, to a minor correction image deformation
ColorProcess
- 图像色彩调整与处理VC++,编译OK。 具体包:亮度,比对度,色彩分离,Gamma调整,灰度转换
imageProcess
- 一个数字图像处理方面关于直方图均衡化和图像比对的用VC实现的程序。
FingerPrintVerify20071219
- 指纹图像特征提取、比对、与图像处理算法(来源于网络资源)
image_processing
- 包含多种图像处理算法,可显示图像直方图,进行图像压缩计算压缩比,对图像进行锐化(拉普拉斯算子,索伯算子等)-Contains a variety of image processing algorithms, can display the image histogram for image compression calculation of compression ratio, image sharpening [Laplacian, Sober algorithm, etc.]
histogramprocessing
- 图像比对是以原件的图像为基准,对待鉴定件图像进行预处理、定位、配准;再对原件及待鉴定件的图像进行相似度比对;计算出两者的相似度数值。 -Image than on the original image is based on identification of pieces of treated image pre-processing, positioning, registration again and to be identified on the original piece of
Pattern_Align_by_yimi
- 模板比对 应用OPENCV来下显示比对后的图像 速度不错-Pattern match used Opencv
2zhuhua
- 图象二值化代码 图象黑色 灰白比对 二值化代码 图象黑色 灰白比对 -Image Binarization image black gray code binary code than the right image gray than black
zhifangtu
- 对原始灰度图像进行直方图比对,并均衡化,显示输出-The original gray-scale image histogram equalization, and display output
mubiaojianche
- 这是一个VC寻找圆心的程序,包括比对,二值化,目标检测,圆心定位等操作,是学习目标检测的资料!-This is a VC looking for center point of the process, including comparison, binary, object detection, central positioning operation, target detection information to learn!
83390088ocr
- ocr文字识别代码,可以对字母和数字进行识别,并可查看到识别的过程,识别中逐个文字的对比,对进行图像识别开发的很有帮助。-ocr text recognition code, can identify letters and numbers, and can see the process of identification, recognition-by-word comparison, and helpful for the development of image recognition.
ArcFaceDemo_1.2
- 代码是C#的,人脸检测、比对的引擎是虹软的1.2版本。 我只有20M附件的权限,所以只能删除了虹软的识别引擎库(没有这个库源码不能正常运行),请下载者自己去虹软申请并下载(目前是免费的)吧。 ---------------------------------------------------------------------------------------- 环境要求: VS2012及以上,.Net Framework 4.5 使用说明: 拿到代码以后,请更换自己ke
MATLAB指纹识别(GUI,比对两幅指纹,完美运行)
- 本设计为基于MATLAB的指纹识别系统。本设计系统主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像灰度化、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint identification system based on MATLAB