-
用途:数字图象处理算法的演示,包括:
• 图象的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
-
图像阈值分割是图像理解的关键一步,做好了阈值分割,才能更好的实现图像特征提取和特征匹配。...
图像阈值分割是图像理解的关键一步,做好了阈值分割,才能更好的实现图像特征提取和特征匹配。-Image Threshold Segmentation is a key step in image understanding, good threshold segmentation in order to better realize image feature extraction and feature matching.
- 2022-08-14 12:29:01下载
- 积分:1
-
k均值图像分割,经典的图像分割方法,算法简单,效果好。
k均值图像分割,经典的图像分割方法,算法简单,效果好。-k-means image segmentation
- 2023-01-13 11:30:08下载
- 积分:1
-
AHDL write their own use on the YUV signal transduction RGB video signal process...
自己用AHDL写的关于YUV信号转RGB信号的视频处理,硬件环境可能不太一样,可以做为参考,是在EP1C6Q240I7上运行的-AHDL write their own use on the YUV signal transduction RGB video signal processing, hardware environment may not be the same, can be used as reference, is running on EP1C6Q240I7
- 2022-08-22 23:57:40下载
- 积分: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
-
我不知道对不对,我自己理解的双峰法,但是我发觉我理解有误,用程序实现后,在后景有可能出现两个以上的峰值,这样,阈值就求不出来了...
我不知道对不对,我自己理解的双峰法,但是我发觉我理解有误,用程序实现后,在后景有可能出现两个以上的峰值,这样,阈值就求不出来了-I do not know right, I understand the law of the peaks, but I find that I understand to be wrong, with program after that may arise after the King has more than two peaks, so that threshold is not to seek out. . .
- 2022-12-19 05:30:02下载
- 积分:1
-
这是一个凸多边形中轴算法:解压后在vc++6.0中运行即可,鼠标逆时针在客户区取点,如顺时针取点或形成的多边形为凹多边行,程序会自动退出(详情可参见代码)...
这是一个凸多边形中轴算法:解压后在vc++6.0中运行即可,鼠标逆时针在客户区取点,如顺时针取点或形成的多边形为凹多边行,程序会自动退出(详情可参见代码)-This is a convex polygon axial algorithm : unpacked in vc 6.0 can be run, mouse anti-clockwise from the customer area, as a clockwise or take the form of concave polygon multilateral OK, the program will automatically withdraw from the (details can be found in code)
- 2022-06-15 04:26:56下载
- 积分:1
-
robert边沿检测的VC源代码
robert边沿检测的VC源代码-VC source code
- 2022-01-22 01:09:42下载
- 积分:1
-
用matlab写的关于meanshift进行图像处理的算法,希望对学习meanshift的人有所帮助。...
用matlab写的关于meanshift进行图像处理的算法,希望对学习meanshift的人有所帮助。-Using matlab to write on meanshift image processing algorithm, and they hope to learn from those who meanshift help.
- 2022-10-25 13:05:03下载
- 积分:1
-
本压缩包有canny算子的源程序代码和测试图片。
本压缩包有canny算子的源程序代码和测试图片。-The archive has canny operator of the source code and test images.
- 2023-01-15 20:05:03下载
- 积分:1