搜索资源列表
图像锐化
- 图像锐化
图像锐化源代码
- 图像锐化源代码 直接在vc中运行就可以 可以作为编程参考-sharper images directly in the source code to run on vc can be programmed as a reference
基于C++ 的真彩色图像处理
- 真彩色图像是由红、黄、蓝三基色组成, 针对真彩色数字图像的特点, 对图像可以进 行各种多媒体效果的处理, 实现平滑、锐化、马赛克等多种特效处理。
锐化
- 用Matlab对图形图像进行处理,图像的锐化处理。
imgcx图像锐化处理
- imgcx图像锐化处理
matlab_image.matlab图像预处理
- matlab图像预处理,包括灰度化,对数变换,直方图均衡化,线性平滑滤波,中值滤波,自适应滤波,图像锐化,图像二值化,各类边缘检测算子等等,matlab image preprocessing, including gray-scale and logarithmic transformation, histogram equalization, linear filtering, median filtering, adaptive filtering, image sharpening, i
sharpen.rar
- 比较好的图像锐化程序源码。在C环境下编译通过。,Relatively good source image sharpening process. Environment in the C compiler through.
ImageProcess.rar
- 用vc++6.0实现的图像锐化算法(实现了多种常见的锐化算子)和伪彩色增强算法,可以调节颜色范围,算法设计优良,利用了运行时多态。,With vc++ 6.0 achieve image sharpening algorithm (to achieve a wide range of common sharpening operator) and pseudo-color enhancement algorithms can adjust the color range, the algorit
e2
- 对图像进行频率域图像增强,计算并画出此图像的中心化频率谱,用拉普拉斯算子对此图像锐化。 -The image frequency domain, image enhancement, calculate and draw the image of the center of the frequency spectrum, this image with a Laplacian sharpening.
VC++DigitalImagingProssing
- VC++图像处理程序设计-杨淑莹-配套源码: 本书介绍了各种数字图像处理的算法及编程实现技术。全书由13章和一个附录组成。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态处理学、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、图像的小波变换和JPIG图像的压缩编码。 -VC++ Image processing program design-杨淑莹- supporting source code:
lixiang
- 通过理想高通滤波器实现对图像的锐化,图像锐化的目的是突出图像的边缘信息,加强其图像的轮廓特征,以便于人眼和机器的识别。-Through the realization of the ideal high-pass filter for image sharpening, image sharpening is designed to highlight the edge of the image information, to enhance the outline of the charact
3
- 图像处理常用攻击源码,直方图均匀化,图像锐化,锐化处理 -Common source of image processing attacks, histogram homogenization, image sharpening, sharpening
image-preprocessing-2
- 采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理-MATLAB using the function affected by noise interference filter2 images mean filter Adaptive Image Filtering Wehner use five kinds of different gradient method to enhance i
ruihua
- 对图像锐化,对于不明白的图像进行清晰的处理锐化。-Image sharpening, who do not understand the handling of a clear image sharpening.
ImageProcessingSystem
- 主要功能 一个典型的图像处理软件,它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。用VC 6.0编写 图像显示模块 该模块主要包括显示位图、显示JPEG、显示GIF 3个部分。 图像转换模块 该模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分。 图像处理模块 该模块主要包括图像旋转、图像锐化处理、图像反色处理、灰度化处理、线性变换5个部分。
图像处理 图像增强 锐化 平滑
- 图像处理 图像增强 图像锐化 图像平滑等多种算法(Image processing, image enhancement, sharpening, smoothing)
图像锐化
- 对图像进行频率域图像增强,计算并画出此图像的中心化频率谱,用拉普拉斯算子对此图像锐化(The image frequency domain image enhancement, calculate and draw the central frequency spectrum of this image, using the Laplasse operator sharpening the image)
matlab实现图像锐化
- 使用巴特沃斯高通滤波器实现图像锐化,用sobel算子实现图像分割,阈值分割图像(Using the Butterworth high pass filter to achieve image sharpening, the image segmentation is realized by Sobel operator and the threshold image is segmented.)
锐化
- matlab图像锐化代码,包括sobel算子、拉普拉斯算子以及roberts梯度法三种锐化方式。(MATLAB image sharpening code, including the Sobel operator, Laplasse operator and the Roberts gradient method three sharpening methods.)
数字图像锐化
- 该代码将先一幅源图像转换为二维灰度图像,然后进行锐化处理,突出图像细节。(The code converts a source image to a two-dimensional gray image, and then makes a sharpening process to highlight the details of the image.)