-
用途:数字图象处理算法的演示,包括:
• 图象的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
-
离散余弦变化的应用,先对图像进行灰度变换,再对图像进行压缩...
离散余弦变化的应用,先对图像进行灰度变换,再对图像进行压缩-Changes in the application of discrete cosine first gray-scale transformation of the image, then compress the image
- 2022-03-25 15:00:40下载
- 积分:1
-
该文件为一个用matlab 编写的bayes分类的误差分析程序,比较经典,只得相关开发人员参考...
该文件为一个用matlab 编写的bayes分类的误差分析程序,比较经典,只得相关开发人员参考 -one of the documents used for the preparation of the Matlab bayes classification error analysis procedures, more classic, only related to the development of reference
- 2022-03-19 13:30:41下载
- 积分:1
-
在LabVIEW中表控制
table control in labview
- 2022-05-26 14:12:20下载
- 积分:1
-
SUSAN算法源码及其论文资料,包括了源程序和论文,很齐全
SUSAN算法源码及其论文资料,包括了源程序和论文,很齐全-SUSAN algorithm and its paper-source information, including the source code and papers, it is complete
- 2022-01-25 23:07:31下载
- 积分:1
-
一个C#写的图片浏览器.演示了C#的图形处理功能!
一个C#写的图片浏览器.演示了C#的图形处理功能!-C# to write a picture browser. C# demonstration of the graphic processing function!
- 2023-04-24 01:40:04下载
- 积分:1
-
This source includes the image edge detection, gradient operator, such as sharpe...
此源码包括对图像的边缘检测、梯度锐化和微分运算等图像处理的操作。-This source includes the image edge detection, gradient operator, such as sharpening and differential image processing operation.
- 2022-05-14 11:42:32下载
- 积分:1
-
基于OPENCV的模糊程序,能实现重复次的模糊,基础程序
基于OPENCV的模糊程序,能实现重复次的模糊,基础程序-Based on the fuzzy OPENCV procedures, to achieve repeat times fuzzy, basic procedures
- 2022-05-07 04:19:11下载
- 积分:1
-
一个基于C++的图像处理算法,包括帧差我…
一个基于C++的图像处理算法,包括帧差分法、背景法和meanshift跟踪。-One based on C++, image processing algorithms, including the frame difference method, the background law and meanshift track.
- 2023-01-04 01:35:04下载
- 积分:1
-
使用个人电脑来准备一个基于最大熵图像阈值的维和。
一个用labview编写的基于一维最大熵的图像阈值分割方法。使用方法请看Readme.txt-use a PC to prepare a peacekeeping based on maximum entropy image thresholding methods. Look at the use Readme.txt
- 2023-01-31 23:20:04下载
- 积分:1