-
叠加椒盐噪声后进行二阶巴特沃斯(Butterworth)低通滤波,最后显示处理结果.
直接解压后将图片和程序放在同一个文件夹里....
叠加椒盐噪声后进行二阶巴特沃斯(Butterworth)低通滤波,最后显示处理结果.
直接解压后将图片和程序放在同一个文件夹里.-after second-order Butterworth (Butterworth) low-pass filtering, Final results showed. Photo will be directly extracted and procedures on the same document folder.
- 2022-05-21 14:34:36下载
- 积分:1
-
这是一个用C++语言实现一个指纹识别程序,要求满足FVC国际竞赛标准,并在学校建立的指纹库上实测。程序里应用到的技术有:中值滤波、直方图均衡化、脊线方向提取、G...
这是一个用C++语言实现一个指纹识别程序,要求满足FVC国际竞赛标准,并在学校建立的指纹库上实测。程序里应用到的技术有:中值滤波、直方图均衡化、脊线方向提取、Gabor滤波、指纹细化、特征提取、特征点过滤、基于局部特征点的特征匹配等等……
-This is a C++ language implementation with a fingerprint identification procedure that requires the FVC meet international competition standards, and establish a fingerprint in the school library on the measurement. Program where the technology applied to the following: median filter, histogram equalization, the direction of ridge line extraction, Gabor filtering, fingerprint refinement, feature extraction, feature point filtering, based on local feature points of the feature matching and so on ... ...
- 2022-09-25 03:45:03下载
- 积分:1
-
本原代码集是我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等...
本原代码集是我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等-primitive code sets for my computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, textures, etc.
- 2022-07-08 00:53:15下载
- 积分:1
-
这是关于数字图像处理编程入门的,里面包含各章节典型的VC++程序,可供新入门着参考学习。...
这是关于数字图像处理编程入门的,里面包含各章节典型的VC++程序,可供新入门着参考学习。-This is programming on the digital image processing of the entry, which contains chapters typical VC++ Procedures, the reference entry for the new learning.
- 2022-07-08 02:13:25下载
- 积分:1
-
Otsu algorithm can be said to be adaptive to calculate the single threshold (for...
OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。-Otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images to gray scale image 2) simple Efficient methods. Algorithm for the importation of gray image histogram analysis of histogram is divided into two parts. makes two of the distance between the largest. Demarcation point out the threshold.
- 2022-07-11 20:47:54下载
- 积分:1
-
实现图像的各种变换、增强、拼接、运动检测、特征提取、分割、识别等操作...
实现图像的各种变换、增强、拼接、运动检测、特征提取、分割、识别等操作-Realize a variety of image transformation, enhancement, stitching, motion detection, feature extraction, segmentation, identification and other operating
- 2022-03-04 01:29:16下载
- 积分:1
-
本程序可将全彩RGB图像转换为贝尔模板,用于原始数据处理.
本程序可将全彩RGB图像转换为贝尔模板,用于原始数据处理.-this procedure can be full color RGB image is converted to Bell template for the original data processing.
- 2022-07-17 11:04:45下载
- 积分:1
-
geometry calculation of correlation algorithm can determine the function of the...
计算几何学的相关算法 可以根据这个函数确定两条线段在交点处的转向,比如确定p0 p1和p1 p2在p1处是左转还是右转,只要求(p2-p0)*(p1-p0),若0则右转,=0则共线-geometry calculation of correlation algorithm can determine the function of the two segments to the intersection, such as identifying p0 p1 p1 and p2 p1 is the left or the right, only requirements (p2- p0)* (p1- p0), and if 0 right, a total = 0 line
- 2022-07-13 05:45:28下载
- 积分:1
-
利用GDI+实现数字图像处理:边缘检测、底片化、暗化等处理。...
利用GDI+实现数字图像处理:边缘检测、底片化、暗化等处理。-The use of GDI+ to achieve the digital image processing: edge detection, film and processing, and so dark.
- 2022-03-13 18:57:25下载
- 积分:1
-
Gray图象灰度处理示例
一个基于DirectX的图象灰度处理示例可是MMX的新作了...
Gray图象灰度处理示例
一个基于DirectX的图象灰度处理示例可是MMX的新作了
-Gray image processing example of a gray-scale image based on the DirectX sample gray-scale processing of the new MMX made but
- 2022-05-24 21:49:10下载
- 积分:1