-
用途:数字图象处理算法的演示,包括:
• 图象的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
-
应用OpenCV的辅助文件,主要介绍Scilab…
关于opencv 应用的辅助文档,其中主要介绍了scilab toolbox on opencv的应用-Opencv application on the auxiliary document, which mainly introduce the scilab toolbox on opencv Application
- 2022-03-04 15:03:27下载
- 积分:1
-
一个把给定矩阵(图像)按ZigZag排序的算法,高级程序员编写,非常精炼,可供图像处理编程人员参考。...
一个把给定矩阵(图像)按ZigZag排序的算法,高级程序员编写,非常精炼,可供图像处理编程人员参考。-put to a fixed matrix (Image) by permutation sorting algorithm, senior programmer preparation, very refined image processing program for reference.
- 2022-09-10 07:15:03下载
- 积分:1
-
this procedure is used c builder series of the images fast profits lobe (fft) tr...
本程序是用c++builder编的图像快速付利叶(fft)变换,可以直接复制到c++builder使用。-this procedure is used c builder series of the images fast profits lobe (fft) transform, can be directly copied to the c builder use.
- 2022-06-15 06:50:31下载
- 积分:1
-
Image Transform Gray (non
图像的灰度变换(非线性)-Image Transform Gray (non-linear)
- 2023-05-31 00:00:02下载
- 积分:1
-
“visual c++ 实践与提高”一书中的人脸检测源码,很详细,值得参考...
“visual c++ 实践与提高”一书中的人脸检测源码,很详细,值得参考
- 2023-02-11 01:40:04下载
- 积分:1
-
运用迭代算法求取图像域值,进行图像分割,再利用形态学进行边缘提取...
运用迭代算法求取图像域值,进行图像分割,再利用形态学进行边缘提取-Iterative algorithm to use to strike the image domain value for image segmentation, and then carried out using morphological edge detection
- 2023-01-08 21:40:03下载
- 积分:1
-
the process of dynamic image
利用VC++和小波变换技术,对动态图像进行处理。-the process of dynamic image
- 2022-07-26 09:50:54下载
- 积分:1
-
基于拓扑导数的图像分割算法,利用某一函数计算图像拓扑导数,并为每个像素归类,从而达到分割效果。...
基于拓扑导数的图像分割算法,利用某一函数计算图像拓扑导数,并为每个像素归类,从而达到分割效果。-Topology-based derivative of the image segmentation algorithm, using a function derivative calculation of the image topology, and to classify each pixel to achieve the segmentation results.
- 2022-01-21 17:57:01下载
- 积分:1
-
This is the Eindhoven University of Technology in the Netherlands under the guid...
这是在荷兰埃因霍温科技大学peater教授指导下做得图形识别寻找,在一堆图形中寻找圆形,多边形等图像,理论较为简单,适合与刚开始接触Mathematic的同志们。-This is the Eindhoven University of Technology in the Netherlands under the guidance of Professor peater done looking for pattern recognition, in a pile of graphics look round, polygon, such as images, a relatively simple theory for the beginning of contact with the Mathematic comrades.
- 2022-03-25 20:03:18下载
- 积分:1