-
实现对图像的边缘检测 速度比较快 结果也很准确
实现对图像的边缘检测 速度比较快 结果也很准确-To achieve the speed of image edge detection is very accurate and relatively fast results
- 2022-07-14 08:15:19下载
- 积分: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
-
SOM工具包,包括matlab程序及学习文档
SOM工具包,包括matlab程序及学习文档-SOM toolkit, including the procedures and learning matlab documentation
- 2023-09-02 04:10:03下载
- 积分:1
-
这是关于数字图像处理编程入门的,里面包含各章节典型的VC++程序,可供新入门着参考学习。...
这是关于数字图像处理编程入门的,里面包含各章节典型的VC++程序,可供新入门着参考学习。-This is programming on the digital image processing of the entry, which contains chapters typical VC++ Procedures, the reference entry for the new learning.
- 2022-07-08 02:13:25下载
- 积分:1
-
sift的c++算法,不是基于opencv的,我自己没有看懂。
sift的c++算法,不是基于opencv的,我自己没有看懂。-sift the c++ algorithm, is not based on the opencv, as I do not understand.
- 2022-03-16 16:17:54下载
- 积分:1
-
图像超分辨是目前国内外研究的热点,该算法主要用于光学图像的超分辨...
图像超分辨是目前国内外研究的热点,该算法主要用于光学图像的超分辨-Image super-resolution is the study of hot spots at home and abroad that the algorithm is mainly used in optical image of the super-resolution
- 2022-08-10 00:39:49下载
- 积分:1
-
用于直接读取图像的IDL程序源代码,可以很方便的加载图像
用于直接读取图像的IDL程序源代码,可以很方便的加载图像-For direct read images IDL source code, you can easily load images
- 2022-10-23 14:55:04下载
- 积分:1
-
generic 3* 3 function template procedures. In the above code VC6.0. Compiling un...
通用的3*3模板的函数程序.上述代码在VC6.0,windows98下编译通过,运行正常,有兴趣的朋友可以稍加修改,将文中所述的功能添加到自己的应用程序当中去。-generic 3* 3 function template procedures. In the above code VC6.0. Compiling under Windows98, operating normally, the interest can be slightly modified friends, the text of the functions described in addition to their application to them.
- 2022-02-05 08:44:18下载
- 积分:1
-
数字图像处理中的颜色处理,是VC源程序哦!
数字图像处理中的颜色处理,是VC源程序哦!-Digital image processing in the color treatment, source VC Oh yes!
- 2022-03-28 19:51:51下载
- 积分:1
-
图像去噪处理,gabor滤波,在纹理图像中运用广泛!
图像去噪处理,gabor滤波,在纹理图像中运用广泛!-Image denoising processing, gabor filtering, widely used in the texture image!
- 2022-05-30 13:26:52下载
- 积分:1