-
用途:数字图象处理算法的演示,包括:
• 图象的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
-
详细描述了sift算法的主要思想,该算法具有旋转不变性,鲁棒性较强...
详细描述了sift算法的主要思想,该算法具有旋转不变性,鲁棒性较强-Sift algorithm described in detail the main ideas, the algorithm is rotation invariance, robustness strong
- 2022-01-23 10:48:02下载
- 积分:1
-
- 2022-07-24 18:43:15下载
- 积分:1
-
bmp image processing related code
bmp图像处理相关的代码-bmp image processing related code
- 2022-02-16 03:07:51下载
- 积分:1
-
关于程序的运行,
DImageProcess工程只需载入Bmp格式的文件,便可通过菜单实现各种处理算法,
需要强调一点,其只对256色格式的图片进行处理...
关于程序的运行,
DImageProcess工程只需载入Bmp格式的文件,便可通过菜单实现各种处理算法,
需要强调一点,其只对256色格式的图片进行处理。-on the process of operation, DImageProcess Bmp, only printed in the format of the document, menu can be achieved through various processing algorithms, the need to stress that their only pair of 256-color format photo processing.
- 2022-01-22 07:20:29下载
- 积分:1
-
This procedure using VC to achieve the extraction using Canny edge operator
本程序用VC++实现了用Canny算子提取边缘-This procedure using VC to achieve the extraction using Canny edge operator
- 2022-05-30 05:43:44下载
- 积分:1
-
包含图像处理的常用算法及其编程,标准C/C++语法
包含图像处理的常用算法及其编程,标准C/C++语法-contains commonly used image processing algorithms and programming, the standard C/C++ syntax
- 2022-02-25 20:08:26下载
- 积分:1
-
基于视频运动对象的快速提取
采用了差分法,光流法以及贝叶斯估计...
基于视频运动对象的快速提取
采用了差分法,光流法以及贝叶斯估计-Moving Object Based Video Fast extracted using a finite difference method, optical flow estimation method and the Bayesian
- 2022-02-04 21:04:30下载
- 积分:1
-
8x8的DCT算法源代码,可以移植到各种DSP芯片。
8x8的DCT算法源代码,可以移植到各种DSP芯片。-8x8 source code of DCT algorithm can be ported to a variety of DSP chips.
- 2022-03-14 02:19:52下载
- 积分:1
-
这是有关数字图像处理的几篇论文,涉及到Matlab 和Labview,学习图像的同学可以参考一下。...
这是有关数字图像处理的几篇论文,涉及到Matlab 和Labview,学习图像的同学可以参考一下。-It is about digital image processing of several papers related to Matlab and Labview, students study the image for reference.
- 2023-01-24 16:05:04下载
- 积分:1