-
用途:数字图象处理算法的演示,包括:
• 图象的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
-
vb做的类photoshop源码:可以打开图像文件并对其进行一些简单的处理,另外还可实现简单的画图功能。...
vb做的类photoshop源码:可以打开图像文件并对其进行一些简单的处理,另外还可实现简单的画图功能。-vb do photoshop source categories : image files can be opened and its simple, but also achieve other simple drawing functions.
- 2022-03-04 00:10:39下载
- 积分:1
-
A variety of image edge detection and segmentation is the deal with M files code...
多种图像边缘检测与分割处理 是M文件
程序代码说明
P0401:用Prewitt算子检测图像的边缘
P0402:用不同σ值的LoG算子检测图像的边缘
P0403:用Canny算子检测图像的边缘
P0404:图像的阈值分割
P0405:用水线阈值法分割图像
P0406:对矩阵进行四叉树分解
P0407:将图像分为文字和非文字的两个类别
P0408:形态学梯度检测二值图像的边缘
P0409:形态学实例――从PCB图像中删除所有电流线,仅保留芯片对象-A variety of image edge detection and segmentation is the deal with M files code Description P0401: detection using Prewitt operator Edge P0402: different σ value Log Operators image edge detection P0403: using Canny edge detection image edge P0404: Image Thresholding P0405: water line thresholding image segmentation P0406: for the matrix quadtree decomposition P0407: the image is divided into text and non-text for these two types of P0408: morphological gradient detected binary image of the edge of P0409: Morphological examples- from PCB image delete all current lines, retaining only the target chip
- 2022-01-25 16:07:57下载
- 积分:1
-
基于IDL的若干图像处理小程序,适合初学者学习用
基于IDL的若干图像处理小程序,适合初学者学习用-IDL-based image processing of a number of small procedures, suitable for beginners to learn
- 2023-07-11 17:50:03下载
- 积分:1
-
用高帽变换来对图像灰度进行处理 希望大家有用
用高帽变换来对图像灰度进行处理 希望大家有用-praising used to transform the image processing gray hope it may be useful
- 2023-09-07 17:35:02下载
- 积分:1
-
运动估计的几种算法,可以根据具体的要求进行选择,用起来很方便,也便于初学者进行学习比较...
运动估计的几种算法,可以根据具体的要求进行选择,用起来很方便,也便于初学者进行学习比较-Several motion estimation algorithms, based on specific requirements of choice, easy to use, but also relatively easy for beginners to learn
- 2022-01-25 18:10:46下载
- 积分:1
-
这是我的用canny算子,log算子,laplacian算子等编写的程序,用bcb6编译...
这是我的用canny算子,log算子,laplacian算子等编写的程序,用bcb6编译-This is my used canny operator, the operator log, laplacian operator such as the preparation of the procedures used bcb6 compiler
- 2023-06-22 14:40:04下载
- 积分:1
-
Write your own polygon points in a simple algorithm to determine, running no pro...
自己写的多边形点在内判断的简单算法,运行没有出现问题,无论多边形情况(凹凸)-Write your own polygon points in a simple algorithm to determine, running no problems, regardless of polygons situation (bump)
- 2022-01-26 02:45:24下载
- 积分:1
-
LSB算法生成数字水印的例子,具有可执行文件,并且提供程序,同时有水印提取的算法源码,对学习数字水印的朋友比较实用
LSB算法生成数字水印的例子,具有可执行文件,并且提供程序,同时有水印提取的算法源码,对学习数字水印的朋友比较实用-LSB digital watermarking algorithm example, with an executable file, and to provide procedures, at the same time have the watermark extraction algorithm source, on learning of digital watermarking Friend more practical
- 2022-04-25 04:31:05下载
- 积分:1
-
基于DCT方法的数字水印论文5篇,对学习基于DCT方法的数字水印初学者会有帮助。可以了解基于DCT的水印基本方法。...
基于DCT方法的数字水印论文5篇,对学习基于DCT方法的数字水印初学者会有帮助。可以了解基于DCT的水印基本方法。-DCT-based method of digital watermarking papers 5, to learn methods of digital watermarking-based DCT would be helpful for beginners. DCT-based watermark can learn the basic method.
- 2023-01-09 18:45:04下载
- 积分:1