搜索资源列表
24位彩色图处理代码
- 本代码基于VC++6.0 ,包括图像的颜色处理、彩色图像特效处理、彩色图像平滑处理、彩色图像锐化处理
基于C++ 的真彩色图像处理
- 真彩色图像是由红、黄、蓝三基色组成, 针对真彩色数字图像的特点, 对图像可以进 行各种多媒体效果的处理, 实现平滑、锐化、马赛克等多种特效处理。
锐化
- 用Matlab对图形图像进行处理,图像的锐化处理。
imgcx图像锐化处理
- imgcx图像锐化处理
梯度锐化代码
- 关于对图像进行梯度锐化处理的代码。包括:门限锐化,根据梯度二值化图像等操作。-on gradient image sharpening the code. Including : Threshold Sharpening, according to two binary gradient images operation.
DigitalPic
- 用于多种图像去噪,图像锐化,包括图像浮雕效果等图像处理方法。-used in a variety of image denoising, image enhancement, including the effect of such images carved image processing methods.
cls_factory
- 介绍了各种数字图像处理的算法分析及编程实现技术。全书由12章和一个附录组成。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态学处理、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、JPEG图像的压缩编码。 -introduced a variety of digital image processing algorithm analysis
ImageDIP
- 为了去除噪声,先采用中值滤波,然后用图像锐化处理,目的是使模糊的图像变得更加清晰起来。选用的是梯度锐化-to remove noise, first used the filter, and then use the image sharpening. purpose is to make vague images become more clearer. Uses the gradient Unsharp
image-sharping
- VC++图像处理图像锐化及边缘检测程序,包括图像锐化处理基本方法实现及边缘检测各种算子(roberts、sobel、prewitt、krisch及gauss-laplacian算子)程序实现。-VC++ Image processing image sharpening and edge detection procedures, including basic methods deal with image sharpening an
24bitcoulor-image
- VC++24位彩色图像处理程序,包括图像颜色处理、图像特效处理、图像平滑处理、图像锐化处理等。-VC 24-bit color image processing procedures, including the color image processing, image effects processing, image smoothing, image sharpening processing.
pictureruihua
- 图像锐化处理及边缘检测 梯度锐化,以及边缘检测-Image sharpening and edge detection gradient sharpening and edge detection
PhotoRuihua
- 图像锐化处理工具,运用RGB模型,通过相应的运算得到处理结果!-Image Sharpening treatment tools, the use of RGB model, through the corresponding results of operations are dealt with!
VC++DigitalImagingProssing
- VC++图像处理程序设计-杨淑莹-配套源码: 本书介绍了各种数字图像处理的算法及编程实现技术。全书由13章和一个附录组成。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态处理学、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、图像的小波变换和JPIG图像的压缩编码。 -VC++ Image processing program design
ImageProcessingSystem
- 主要功能 一个典型的图像处理软件,它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。用VC 6.0编写 图像显示模块 该模块主要包括显示位图、显示JPEG、显示GIF 3个部分。 图像转换模块 该模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分。 图像处理模块 该模块主要包括图像旋转、图像锐化
imageproc
- Matlab图像处理,包含图像平滑、锐化等 图像平滑处理包含均值滤波和中值滤波 图像锐化处理包含拉普拉斯算子和Roberts算子、Prewitt算子和Sobel算子-Matlab image processing, including image smoothing, sharpening and other image smoothing with the mean filter and median filtering im
Laplace
- 运用laplace算子进行图像锐化处理,根据原理自己编写的程序-Using laplace operator for image sharpening, according to principles of the programs that
digital_image_processing
- 本代码对于图像的噪声去除、图像锐化处理等都有显著的效果。-The code for image noise removal, image sharpening, etc. have a significant effect.
数字图像实验
- 对于彩色图片进行锐化处理。可以提取出图像的边缘部分。(Sharpen the color picture. You can extract the edge of the image.)
图像处理 图像增强 锐化 平滑
- 图像处理 图像增强 图像锐化 图像平滑等多种算法(Image processing, image enhancement, sharpening, smoothing)
数字图像锐化
- 该代码将先一幅源图像转换为二维灰度图像,然后进行锐化处理,突出图像细节。(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.)