-
图像处理源代码,实现了读取PGM图像,写PGM图像,对图像进行下采样得到一半大小图像的功能。testImage.cpp中包含main函数。...
图像处理源代码,实现了读取PGM图像,写PGM图像,对图像进行下采样得到一半大小图像的功能。testImage.cpp中包含main函数。-image processing source code, achieving PGM images read, write PGM image, the image sampling to be conducted under half the size of the image function. TestImage.cpp contains main function.
- 2022-02-10 16:49:05下载
- 积分:1
-
指纹识别代码demo目录:fvs_enhancer:指纹增强…
指纹识别代码
demo目录:
fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图
像都是位图。
fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能
有较好的效果。输出图像覆盖于输入图像之上。
fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这
些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下:
testimgSSSDDD.bmp
其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。
fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的
脊线。
fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做
的效果不好,提取出的伪细节点太多。
fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。
include目录:
包含了头文件。
src目录:
包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的
例程。
-fingerprint identification code demo directory : fvs_enhancer : fingerprint enhancement procedures describes how to enhance the use of the fingerprint image. The original image and objectives are bitmap images. Fvs_direction : describes how to extract the direction of the map. Input image must be a normalized image, in order to have better results. Image output coverage in the input image above. Fvs_createtestimages : The procedure used to produce debugging process
- 2023-08-21 10:00:04下载
- 积分:1
-
一个用MATLAB开发的GUI程序,程序本身是用来进行图像的灰度变换,但是是学习GUI入门编程的好代码,初学者不妨一读...
一个用MATLAB开发的GUI程序,程序本身是用来进行图像的灰度变换,但是是学习GUI入门编程的好代码,初学者不妨一读-Using MATLAB development of a GUI program, the program itself is used for images of gray-scale transformation, but to learn GUI programming a good entry-code, one may wish to read for beginners
- 2022-01-25 23:24:44下载
- 积分:1
-
1)具体功能为:鼠标绘制折线,给出折线的缓冲区宽度,提取出折线的平行线.
2)本程序是利用地图代数中距离变换的方法(栅格方法),提取折线的平行线.和笔者前一...
1)具体功能为:鼠标绘制折线,给出折线的缓冲区宽度,提取出折线的平行线.
2)本程序是利用地图代数中距离变换的方法(栅格方法),提取折线的平行线.和笔者前一阵子上传的折线的平行线算法(矢量方法)可做对比
3)注:矢量方法中没有考虑垂直的特殊情况,增加个判断条件便可消除.
-1) the specific features as follows: the mouse line drawing, broken line give the width of the buffer, to extract the broken line parallel line .2) This procedure is the use of map algebra in the distance transform method (grid method), Extraction of broken parallel lines. and the author of the line long ago From the parallel line algorithm (vector method) can be compared 3) Note: The vector method does not consider the special circumstances of the vertical, increasing the conditions of a judge could be removed.
- 2023-03-14 00:45:03下载
- 积分:1
-
中值滤波:采用5*5窗口对噪声污染的图像进行去噪处理。
中值滤波:采用5*5窗口对噪声污染的图像进行去噪处理。-Median filter: 5* 5 window on the noise pollution to deal with the image de-noising.
- 2022-05-13 12:38:11下载
- 积分:1
-
基于均值
基于均值漂移算法实现图像的分割,总共带有三个文件,其中两个是两个子程序-Based on mean-shift image segmentation algorithm, with a total of three documents, two of which are the two subroutines
- 2022-02-14 07:41:13下载
- 积分:1
-
I write Gonzalez
本人写的基于冈萨雷斯的图像处理中的快速傅里叶变换和逆变换,数据已经和matlab对比过,完全正确。时间仓促,望大家指正。-I write Gonzalez-based image processing in the fast Fourier transform and inverse transform, the data have been compared and matlab, entirely correct. A rush, hope everyone correction.
- 2022-08-06 00:37:41下载
- 积分:1
-
Canny算子的图像边界提取,应用于256色的图像,提取边界…
对图像进行canny边界提取,适用于256色图像,提取边界速度快,直接解压,导入vc++6 就可以运行。-Canny image boundary extraction, applied to 256 color images, extract the border fast, direct decompression, import vc++ 6 can run on.
- 2022-11-13 09:35:03下载
- 积分:1
-
金字塔模板匹配,一个很有商业价值的软件【我背着导师上传给大家的,希望对整个中国的相关领域开发者有帮助】...
金字塔模板匹配,一个很有商业价值的软件【我背着导师上传给大家的,希望对整个中国的相关领域开发者有帮助】-Pyramid template matching, a great commercial value of software 【I tutor upload their backs to you, and I hope the related areas of China as a whole help developers】
- 2022-04-28 05:25:24下载
- 积分:1
-
一个基于样例的图像修补技术的matlab演示
一个基于样例的图像修补技术的matlab演示-A sample-based image repair technology demo matlab
- 2022-07-26 03:23:11下载
- 积分:1