-
利用双缓存的技术实现对图像的显示,克服了图像显示时容易闪烁的问题...
利用双缓存的技术实现对图像的显示,克服了图像显示时容易闪烁的问题-cache dual use technology to achieve the right image, overcome the image display easily scintillation problems
- 2022-05-16 01:47:51下载
- 积分: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
-
源代码的阈值分割和轮廓提取。在VC6.0下通过…
阈值分割和轮廓提取的源代码。在vc6.0下通过编译。欢迎下载。-Threshold segmentation and contour extraction of the source code. In vc6.0 through the compiler. Welcome to download.
- 2022-11-21 12:40:03下载
- 积分:1
-
图像处理源代码,一种快速的边缘检测算法。
图像处理源代码,一种快速的边缘检测算法。-Image processing source code, a fast edge detection algorithm.
- 2023-06-07 19:05:04下载
- 积分:1
-
vc++和OpenCV结合找出图片中的角点,并且做出标记。此程序同时可以用于图片特征点的提取,用于特征匹配的后续开发做准备。...
vc++和OpenCV结合找出图片中的角点,并且做出标记。此程序同时可以用于图片特征点的提取,用于特征匹配的后续开发做准备。-vc++ and OpenCV combination to find the picture of the corner and make a tag. At the same time, this procedure can be used for image feature points extraction, feature matching for the follow-up to prepare for development.
- 2022-03-16 18:32:15下载
- 积分:1
-
several image filtering algorithm, spent many great efforts to find, in the hope...
matlab的十几种图像滤波算法,费好大力气才找到的,希望能给于借鉴-several image filtering algorithm, spent many great efforts to find, in the hope that they will learn from
- 2022-03-19 20:36:27下载
- 积分:1
-
自己写的实验报告,关于图像分割的
根据实验要求,利用MATLAB软件中的图像处理工具箱,做baota.jpg图像的分割,目的达到突出图片中主要目标区域,将其...
自己写的实验报告,关于图像分割的
根据实验要求,利用MATLAB软件中的图像处理工具箱,做baota.jpg图像的分割,目的达到突出图片中主要目标区域,将其分割出来,附带实验总结及经验。-Written report of his experiments on the image segmentation is based on experimental requirements, the use of MATLAB software, the image processing toolbox, do baota.jpg image segmentation aims to highlight the main objectives of the picture area, to split it out, experiment with conclusions and experience.
- 2022-03-21 23:29:07下载
- 积分:1
-
PixelFusion工程实现图像融合,PixelFusion工程程序运行时,用户须载入两幅图片,其中全色图像选择给定的图片spot.bmp,
而多光谱图片...
PixelFusion工程实现图像融合,PixelFusion工程程序运行时,用户须载入两幅图片,其中全色图像选择给定的图片spot.bmp,
而多光谱图片则为给定的图片tm.bmp。而后用户便可选择各种融合算法进行融合处理。-PixelFusion works to achieve image fusion, PixelFusion project is running, users have to load two images, one full color image to choose a given picture spot.bmp, and multi-spectral images for a given picture tm.bmp. Then the user can choose a variety of fusion algorithm fusion treatment.
- 2023-07-11 03:10:04下载
- 积分:1
-
Photo shows the histogram, upload pictures to the database, the lot on the indiv...
显示图片的直方图,上传图片到数据库,批量上载和单个图片上载-Photo shows the histogram, upload pictures to the database, the lot on the individual and on the Photo
- 2022-12-03 04:25:03下载
- 积分:1
-
高级图象处理软件,实现功能包括对DIB图像进行维纳滤波复原操作、模糊操作、随机噪声、高通滤波、低通滤波等...
高级图象处理软件,实现功能包括对DIB图像进行维纳滤波复原操作、模糊操作、随机噪声、高通滤波、低通滤波等-Advanced image processing software, the realization of the DIB features include image restoration Wiener filtering operation, fuzzy operations, random noise, high-pass filter, low-pass filtering
- 2022-06-20 20:40:12下载
- 积分:1