-
这是一个小波去噪的程序,除了实现了最经典的图像去噪算法外,还使用了最新的带有方向性的小波,去噪效果非常好...
这是一个小波去噪的程序,除了实现了最经典的图像去噪算法外,还使用了最新的带有方向性的小波,去噪效果非常好-This is a wavelet denoising procedure, in addition to realize the most classical image denoising algorithms, but also uses the latest with a directional wavelet, denoising effect is very good
- 2022-03-15 11:50:29下载
- 积分:1
-
计算机图形学中,使用中点算法绘画直线条的算法,在vc中实现,可用鼠标操作画线,且有动态效果...
计算机图形学中,使用中点算法绘画直线条的算法,在vc中实现,可用鼠标操作画线,且有动态效果-computer graphics, the use of line drawing algorithm midpoint of the algorithm to achieve the vc, can be used to operate the mouse to draw lines and have dynamic effects
- 2022-08-09 05:19:19下载
- 积分:1
-
图像的几何变换,水平及垂直静像,缩放等。
图像的几何变换,水平及垂直静像,缩放等。-images of geometric transformation, horizontal and vertical still picture, zoom and so on.
- 2022-02-28 10:52:57下载
- 积分:1
-
在这个目录中包含代码实现K
kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP -kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Outpu
- 2022-08-15 00:35:38下载
- 积分:1
-
一个很好的查看文件二进制内容的软件,对于学习各种文件的存储格式和压缩方式很有帮助...
一个很好的查看文件二进制内容的软件,对于学习各种文件的存储格式和压缩方式很有帮助-a good look binary content of the document software, learning all kinds of file storage format and compression helpful
- 2022-04-09 20:11:48下载
- 积分:1
-
W2K和WXP下的半透明窗口
W2K和WXP下的半透明窗口-W2K and WXP under the translucent window
- 2023-05-30 12:55:03下载
- 积分:1
-
一个动画演示的例子
一个动画演示的例子-an animated demonstration examples
- 2022-01-23 11:19:46下载
- 积分:1
-
主成份分析
图像压缩常用方法,压缩包中包含两种方式,协方差矩阵方法和在线方法。...
主成份分析
图像压缩常用方法,压缩包中包含两种方式,协方差矩阵方法和在线方法。-PCA
common method of img compression
- 2022-05-23 17:51:20下载
- 积分:1
-
fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图
像都是位图。
fvs_direction:描述了如何提取方向图。...
fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图
像都是位图。
fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能
有较好的效果。输出图像覆盖于输入图像之上。
fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这
些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下:
testimgSSSDDD.bmp
其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。
fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的
脊线。
fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做
的效果不好,提取出的伪细节点太多。
fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。
include目录:
包含了头文件。-fvs_enhancer : fingerprint enhancement procedures, a description of 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 may be used in some of Bitmap images, These images are different angles and different spacing of the fringes. Images produced a
- 2022-10-07 07:20:03下载
- 积分:1
-
经典图形处理程序,很好的原代码
经典图形处理程序,很好的原代码-classic graphics processing, a good source
- 2023-06-28 22:35:04下载
- 积分:1