-
用途:数字图象处理算法的演示,包括:
• 图象的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
-
对于VEGA PRIME在MFC框架下的使用,VP1.2版本。
对于VEGA PRIME在MFC框架下的使用,VP1.2版本。-VEGA PRIME for the MFC framework in use, VP1.2 version.
- 2022-07-07 21:47:18下载
- 积分:1
-
根据网址http://www.caip.rutgers.edu/riul/research/code.html 提供的代码,对Meanshift图像分割进行了封...
根据网址http://www.caip.rutgers.edu/riul/research/code.html 提供的代码,对Meanshift图像分割进行了封装实现,提供了Matlab和C两种调用接口。-According to Web site http://www.caip.rutgers.edu/riul/research/code.html the code provided on the packaging Meanshift image segmentation was achieved, providing two kinds of Matlab and C Call Interface.
- 2022-01-26 16:22:08下载
- 积分:1
-
Increase or decrease in brightness: the brightness of the image to increase or d...
亮度增减:对图像 的亮 度进 行增 加或减 小-Increase or decrease in brightness: the brightness of the image to increase or decrease the
- 2023-03-16 15:50:03下载
- 积分:1
-
Image sharpening procedure, VC development, has very high collection and use val...
图象锐化的程序,VC开发,有极高的收藏和使用价值,强力推荐-Image sharpening procedure, VC development, has very high collection and use value, strongly recommended
- 2022-04-22 18:05:26下载
- 积分:1
-
Visual C++MATLAB图像处理与识别实用案例精选之二值化变换的例子...
Visual C++MATLAB图像处理与识别实用案例精选之二值化变换的例子-Visual C MATLAB image processing and recognition of practical cases selected bis value transform example
- 2022-01-27 10:30:20下载
- 积分:1
-
利用数学形态学进行图像处理中的腐蚀和膨胀的源码
利用数学形态学进行图像处理中的腐蚀和膨胀的源码-The use of mathematical morphology to image processing and expansion of the source of corrosion
- 2022-11-02 07:35:03下载
- 积分:1
-
任意图像的旋转角度,水平、垂直的图像,缩放,裁剪算法…
图象任意角度的旋转、水平、垂直镜像、缩放、裁剪等算法的实现-arbitrary image rotation angle, horizontal, vertical image, zoom, cutting algorithm implementation
- 2022-03-16 13:54:53下载
- 积分:1
-
matlab实现霍夫曼自适应Huffman编码,matlab实现程序…
Matlab实现自适应Huffman哈夫曼编码,这个Matlab实现的程序,实现用于一维8位或16位整数数组的自适应Huffman哈夫曼编码。-Matlab realize Huffman Adaptive Huffman Coding, the Matlab realize the procedures used to realize one-dimensional 8-bit or 16-bit integer array Huffman Adaptive Huffman Coding.
- 2022-03-23 21:11:59下载
- 积分:1
-
基于自适应背景图像更新的运动目标检测方法
基于自适应背景图像更新的运动目标检测方法-Based on adaptive background image updated moving target detection method
- 2023-08-15 22:45:03下载
- 积分:1