搜索资源列表
yzm0076
- BMP图片处理程序,包括平滑,锐化,直方图统计,增强等。-BMP picture processing procedures, including Smooth, Sharpen, histogram, so on.
实现图象平滑(去噪声),锐化算法的源代码
- 对高质量数字图像实行图像平滑,提高图片质量,并去掉噪声!-to implement high-quality digital image smoothing images, enhance picture quality and eliminating noise!
Remotepractice
- 用C#实现对遥感图片进行处理,包括图形配准,几何纠正,平滑,锐化等。-Using C# implementation of the remote sensing image processing, including the graphic registration, geometric correction, smoothing, sharpening, etc.
image
- C++ 数字图像获取 处理及实践应用实例,进行图片的锐化,伪彩色编码,灰度变化,平滑运行等等功能-C++ digital image processing and access to examples of practical application for sharpening images, pseudo-color coding, gray level changes, smooth running and so on
imageprocessing
- 主要内容彩色256色转灰度图,hough变换,walsh变换,对比度拉伸,反色,图像的傅立叶变换,高斯平滑,均值滤波,各种锐化方法,图像的缩放、细化、旋转,边缘提取,内附各种图片,vc++源码,对初学图象者很有帮助,强烈推荐,图象处理-The main contents of 256 colors to grayscale color, hough transform, walsh transform, contrast stretching, anti-color, images of Fou
YiJunRSexperiment_2005
- 读取bmp格式的图片,并且能对其进行相关的图像处理,具体的图像处理有平滑,锐化等等,是关于遥感图像处理。-Bmp format to read the picture, and can be related to image processing, image processing has specific smoothing, sharpening and so on, are on the remote sensing image processing.
picture_processing
- 图像处理包括(1) 显示图片 (2) 正交变换--包括傅立叶变换、沃尔什变换、离散余弦变换 (3) 图象增强--包括直方图显示、图象均衡化、图象规定化、图象平滑、锐化、中值滤波、低通滤波器、伪彩色编码 (4) 图象复原--非约束复原(逆滤波)、约束复原(维纳滤波) -Image processing, including (1) Show pictures (2) orthogonal transformation- including the Fourier transform
matlabimageprocessing
- matlab 实现对图像基本处理 包含 图像的幅度谱图及频域滤波,数字图像增强,平滑、锐化处理的模板运算,图像压缩与编码,包含原代码和任务书。图片资料齐全-basic matlab image processing to achieve the range of images and spectra of frequency-domain filtering, digital image enhancement, smoothing, sharpening operator templat
ImageProcess
- c#写的图像处理程序框架,包括打开图片、保存、关闭等功能。图像处理包括图像增强里用到的灰度化、亮度增强、线性非线性平滑、一阶二阶锐化等。-c# write image-processing program framework, including open images, save, close and other functions. Image processing including image enhancement is used inside the gray-oriented, b
ImageProcessor
- 打开图片,针对图片进行放大、缩小、翻转、平滑、锐化等功能,还可以查看关于图片的一些统计信息,例如单通道的图片、所有点的像素,直方图等-This program implements the basic image processing functions. For example, it can enlarge, shrink, flip, smooth, sharpen an image. It can also show some statistical information about
Image_Processor
- 打开图片,针对图片进行放大、缩小、翻转、平滑、锐化等功能,还可以查看关于图片的一些统计信息,例如单通道的图片、所有点的像素,直方图等-This program implements the basic image processing functions. For example, it can enlarge, shrink, flip, smooth, sharpen an image. It can also show some statistical information about
TIMimage
- 图片的平滑锐化以及二值化-Sharpening and smoothing the image binarization
Ex_Image
- 图像锐化平滑及读入各种格式的图片 适用于图像处理的初学者-Image sharpen and smooth
Picture-processing
- 运用C#编写的彩图处理程序,包括图像灰度化、霓虹、平滑、逆反处理、锐化、浮雕、镶嵌等效果。并可以保存图片。-Use C# write CaiTu processing of the program, including images of gray, neon, smooth, rebellious attitude processing, sharpening, anaglyph, enchase etc effect. And can save images.
yp
- 基于Visual c++图片的灰度变换+图像平滑+中值滤波+锐化+边缘检测-Median filter the+ image smooth++ sharpening+ edge detection based on Visual c++ picture grayscale transform
tuxiangchuli
- matlab中实现图片的锐化,增强,平滑,直方图的功能-the matlab image sharpening, enhancement, smoothing, histogram function
Image
- java图像处理小程序。该程序可将所选图片平滑、锐化,并保存-java image processing program. The program can be selected picture smoothing, sharpening, and save
vcpicph
- VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C:\test.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下: vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib-VC++ image smoothing+ program source code, to ac
vcpicph
- VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C:\test.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下: vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib-VC++ image smoothing treatment+ program source c
bilinear-interpolation
- 代码包括三个函数,实现对图片的锐化、平滑、缩放(双线性内插实现)。-Code includes three functions, the realization of image sharpening, smooth, scaling of bilinear interpolation (realize).