-
用途:数字图象处理算法的演示,包括:
• 图象的DFT和逆DFT
• 图象的FFT和逆FFT
• 在图象中...
用途:数字图象处理算法的演示,包括:
• 图象的DFT和逆DFT
• 图象的FFT和逆FFT
• 在图象中加入正弦噪声
• 图象的模板运算实现图象平滑和锐化
• 图象的直方图均衡化
• 图象的对比度拉伸
• 图象的中值滤波
• 图象灰度直方图的显示
• 若干频域滤波器
• 图象的镜像
• 图象的旋转(90度与任意角度)
• 图象的放缩
• 其它小算法
代码设计思想:软件在Windows环境下,利用Visual C++6.0开发,代码利用面向对象的思想,通过若干个类完成:
主要类:
memBitmap类:内存图象类。将图象读入到内存中,对象素的读写在内存中进行,较之通过CDC类来进行,速度有很大提高。同时还对部分JPEG格式图象提供了读支持,可以将图象保存为BMP真彩格式。
Complex类:复数类,完成复数运算。
CBmpDemoView类:视类,完成显示。
CbmpDemoDoc类:文档类,图象数据和对数据的变换、处理都在此类中完成。
Fourior类:完成一维序列的DFT和FFT,FFT只支持为2的整数次幂的情况
- 2022-02-13 08:58:34下载
- 积分:1
-
本程序实现haar小波的变换,在图像去噪。压缩等方面有很大的帮助...
本程序实现haar小波的变换,在图像去噪。压缩等方面有很大的帮助-This procedure to achieve haar wavelet transform, the image de-noising. Compression there is a great help
- 2022-10-05 17:25:03下载
- 积分:1
-
关于图像腐蚀、图像膨胀、开运算和闭运算、以及数学形态学的其他运算...
关于图像腐蚀、图像膨胀、开运算和闭运算、以及数学形态学的其他运算-corrosion on the image, image expansion, opening and closing operations computation, mathematical morphology and the other Operational
- 2022-08-09 06:56:39下载
- 积分:1
-
逆合成孔径雷达成像,使用距离
ISAR雷达成像,采用距离-多普勒处理得到目标的图像-ISAR radar imaging, the use of distance- Doppler processing target image
- 2023-08-09 22:20:03下载
- 积分:1
-
several image filtering algorithm, spent many great efforts to find, in the hope...
matlab的十几种图像滤波算法,费好大力气才找到的,希望能给于借鉴-several image filtering algorithm, spent many great efforts to find, in the hope that they will learn from
- 2022-03-19 20:36:27下载
- 积分:1
-
一个简单的画线程序,是VC++6.0开发的单文档程序,实现了用鼠标画线。...
一个简单的画线程序,是VC++6.0开发的单文档程序,实现了用鼠标画线。-A simple line drawing procedure is VC++ 6.0 to develop a single document procedures realize the painting line with the mouse.
- 2022-05-20 21:26:36下载
- 积分:1
-
几种图像质量评价的功能。包括峰值信噪比PSNR,平均值…
几个关于图像质量评价的函数。包括psnr峰值信噪比,均方误差rms,正则均方误差nmse等。可用于去噪图像和压缩图像的质量评价-several image quality evaluation of the function. Including psnr PSNR, mean square error rms, it is mean-square error nmse other. Images can be used for de-noising and compression of image quality evaluation
- 2022-11-28 04:45:04下载
- 积分:1
-
人脸识别的matlab程序一般,但可以借鉴下
matlab人脸识别程序 一般化,但是可以借鉴-face recognition matlab general procedures, but can draw on under the next
- 2023-03-05 22:05:03下载
- 积分:1
-
改变图像的分辨率,C#语言,很简单的一个小程序。
改变图像的分辨率,C#语言,很简单的一个小程序。-To change the image resolution, C# language, a very simple procedure.
- 2023-05-31 19:15:04下载
- 积分:1
-
Based on the outline of the shape feature extraction 1) the program in VC 6.0...
基于轮廓的形状特征提取
1)该程序在VC++6.0下编译通过;
2)测试图片说明:(图像路径名请在main函数中fp=fopen("1.bmp","rb")中设定)
64×64 24bit BMP:
图像1、2用来验证旋转图像识别;图像1、3用来验证平移图像识别;图像1、4用来验证缩放图像识别;
120×120 24bit BMP:
图像5、6用来验证平移图像识别;图像7、8用来验证旋转图像识别;
3)结果说明:
MCS.dat保存了Mountain Climbing Sequence。
-Based on the outline of the shape feature extraction 1) the program in VC 6.0 under the compiler through 2) Test Photo Caption: (image path name in the main function fp = fopen (1.bmp, rb) set) 64 × 64 24bit BMP: image 1,2 to verify rotating image recognition image 1,3 to verify translational image recognition image 1,4 to verify scaling image recognition 120 × 120 24bit BMP: images used to verify translational 5,6 image recognition images 7,8 rotate images used to verify identification 3) The results indicate that: MCS.dat preserved Mountain Climbing Sequence.
- 2022-03-19 13:22:10下载
- 积分:1