-
用途:数字图象处理算法的演示,包括:
• 图象的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
-
数学形态学方法及其应用,老书不好找电子版啦,给大家发一个。超星版的...
数学形态学方法及其应用,老书不好找电子版啦,给大家发一个。超星版的-Mathematical morphology and its applications, the old books not easy to find electronic version of啦, give you hair a. Superstar Edition
- 2022-08-07 20:21:17下载
- 积分:1
-
JPEG解码程序,包括BASELINE 和 PROGRESSIVE 两种常用格式。
JPEG解码程序,包括BASELINE 和 PROGRESSIVE 两种常用格式。-JPEG decoding procedures, including BASELINE and PROGRESSIVE two common format.
- 2023-04-17 07:55:03下载
- 积分:1
-
show images and image enhancement, and integrity of the process. The procedure c...
显示图像并进行图像增强,完整的程序。该程序可以显示图像并对其进行处理-show images and image enhancement, and integrity of the process. The procedure can display the image and its treatment
- 2022-03-06 22:27:17下载
- 积分:1
-
用风险投资+ + 60,你可以用它。
write by vc++60 , you can use it.
- 2022-03-19 09:17:18下载
- 积分:1
-
VS 2008写的简化版photoshop,主要事自己上DIP时做的实验,基本DIP 功能都有,界面美观...
VS 2008写的简化版photoshop,主要事自己上DIP时做的实验,基本DIP 功能都有,界面美观-VS 2008 to write a simplified version of photoshop, the main thing to do when their own experiments on the DIP, the basic DIP function, interface aesthetics
- 2022-04-17 05:59:16下载
- 积分:1
-
对一幅二值图像进行水平方向和垂直方向的投影图
对一幅二值图像进行水平方向和垂直方向的投影图-of a binary image is a horizontal direction and the vertical direction of projection
- 2022-05-22 16:19:42下载
- 积分:1
-
主要实现在灰度图像上处理图像的灰度值,包括灰度线性变换等操作。如果是彩色图像则首先灰度化,在进行操作。...
主要实现在灰度图像上处理图像的灰度值,包括灰度线性变换等操作。如果是彩色图像则首先灰度化,在进行操作。-main achievement of the gray image processing images on the gray values, including gray linear transformation operation. If it is the first color image is gray, the operation is in progress.
- 2023-07-05 00:15:04下载
- 积分:1
-
这是《Visual C++实现MPEG_JPEG编解码技术》的书的源代码。
这是《Visual C++实现MPEG_JPEG编解码技术》的书的源代码。-This is the
- 2022-02-26 00:22:17下载
- 积分:1
-
椭圆Butterworth滤波器
ellipse butterworth filter
- 2023-04-17 19:00:03下载
- 积分:1