-
通用型省,市,区三级联动菜单,无需刷新可自动变化。
通用型省,市,区三级联动菜单,无需刷新可自动变化。-Zone 3 provinces linkage Menu
- 2022-03-21 17:04:42下载
- 积分:1
-
这是关于不依赖于MATLAB环境下
这是关于不依赖MATLAB环境的
- 2023-08-11 22:50:04下载
- 积分:1
-
itinerary coding, JPEG coding (basic system) command line compiler process follo...
行程编码,JPEG压缩编码(基本系统)
命令行编译过程如下
vcvars32
rc bmp.rc
cl compress.c bmp.res user32.lib gdi32.lib-itinerary coding, JPEG coding (basic system) command line compiler process following vcvars32 mail c bmp.rc l compress.c bmp.res user32.lib gdi32.lib
- 2022-06-20 14:45:55下载
- 积分:1
-
一个关于主成分分析的程序,对初学者有帮助。
一个关于主成分分析的程序,对初学者有帮助。-A principal component analysis on the procedure, help for beginners.
- 2022-01-26 00:35:09下载
- 积分:1
-
TIDSP DM642上用的图像锐化程序
TIDSP DM642上用的图像锐化程序-TIDSP DM642 use the image sharpening process
- 2023-07-03 15:20:03下载
- 积分:1
-
该代码提供了一个与Visual C++界面编程MATLAB可视化程序…
该代码提供了MATLAB与VISUAL C++的接口编程,为MATLAB可视化编程提供了方便-The code provides a MATLAB with VISUAL C++ Interface programming, visual programming for MATLAB provides a convenient
- 2023-07-24 23:50:03下载
- 积分:1
-
a complete Visual C program includes a RGB image adjustment, Fourier transform,...
一个完整的Visual C++程序,包含了图像的RGB调整,傅立叶变换,傅立叶反变换,对比度调整,颜色转换 梯度算子检测,sobel算子检测 均值滤波和中值滤波,程序已经通过调试.-a complete Visual C program includes a RGB image adjustment, Fourier transform, Fourier transform, contrast adjustment, color conversion operator gradient detection, segmentation operator for the mean and median filtering filtering, testing procedures have been adopted.
- 2022-02-04 05:12:30下载
- 积分:1
-
CP for the preparation of new modules, matlab source. Used to calculate the stru...
为编写CP的新模块,matlab源程序。
用于计算架构-CP for the preparation of new modules, matlab source. Used to calculate the structure of
- 2022-04-22 07:59:16下载
- 积分:1
-
最新的图像融合算法,在Visual C++的环境中实现的,运行很快的...
最新的图像融合算法,在Visual C++的环境中实现的,运行很快的-The latest image fusion algorithms, in the Visual C++ Realize the environment, and running quickly
- 2022-02-14 19:22:47下载
- 积分:1
-
用途:数字图象处理算法的演示,包括:
• 图象的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