搜索资源列表
第四章灰度变换
- 图像处理专业的基础参考程序,能实现由彩色图像读256会读及图像的转换-professional image processing based reference program, able to read by 256 color images will read and image conversion
带图像处理的画图板
- 与windows的画图板类似,但是比它多几个图像处理的功能,比如模糊、灰度变换等等。-with windows similar to the drawing board, but a few more than its image processing capabilities, such as fuzzy, gray transform etc..
20051207214106235
- 数字图像处理实验 图 像 处 理 实 验(一)直 方 图 灰度变换是图像增强的一种重要手段,使图像对比度扩展,图像更加清晰,特征更加明显。 灰度级的直方图给出了一幅图像概貌的描述,通过修改灰度直方图来得到图像增强。-digital image processing of image processing experiments (1) histogram of the gray-scale transformation of image enhancement is an impor
BCBImage
- CB图像编程,包括基本的图像处理操作:反转、灰度变换等。-CB image programming, including basic image processing operations : inversion, such as the gray-scale transformation.
Image_Processing
- 图像处理的各种算法包括理想低通滤波、图象灰度变换、图象锐化等非常多的算法
数字图像处理程序大全
- 有关图像处理软件中常用功能的程序代码集体,比如图像的缩放,旋转,灰度变换等等。-the image processing software commonly used function of the collective code, such as image scaling, rotation, etc. Transform Gray.
vc++imageprocess.rar
- 数字图像处理(常用的二十八个算法,包括灰度变换,小波,CANNY算子等),Digital image processing (28 commonly used algorithms, including gray-scale transformation, Wavelet, CANNY operator, etc.)
DigiPicture
- 数字图像处理技术的一些经典算法,开发平台是VS2005,这些算法全部用C++语言实现,其中包括怎样显示位图,图像的反色,灰度阈值变换,灰度拉伸,灰度均衡,亮度增减,图像平移,图像缩放等-Digital image processing technology, a number of classical algorithms, the development platform is the VS2005, all of these algorithms using C++ language, in
Program
- 这是一个典型的图像处理软件,它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。 1、图像显示模块主要包括显示位图、显示JPEG、显示GIF 3个部分。 2、图像转换模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分。 3、图像处理模块主要包括图像旋转、图像锐化处理、图像反色处理、灰度化处理、线性变换5个部分。 4、字符识别模块主要包含手写数字识别。 5、其他模块主要包括设置菜单的固定颜色和随机颜色两个部分。 6
ImageProcessing
- 图像处理系统源码 功能比较全面的图像处理系统。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态学处理、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、JPEG图像的压缩编码 -Image processing system features a more comprehensive source of image processing system. The main contents incl
ImageHandle
- 图像处理系统是一个典型的图像处理软件,主要用gdi+完成。它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。 图像显示模块 该模块主要包括显示位图、显示JPEG、显示GIF 3个部分。 图像转换模块 该模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分。 图像处理模块 该模块主要包括图像旋转、图像锐化处理、图像反色处理、灰度化处理、线性变换5个部分。 字符识别模块 该模块主要包含手写数字识别。 -I
image
- 实现数字图像的灰度变换,及均衡化处理,然后显示图像-Digital image of gray-scale transformation, and balanced treatment, and then displays the image
Fimage4o
- 针对图像的灰度变换,阈值,直方图,线性灰度变化,灰度分分布均衡化的程序。取自《vc++图像处理程序设计》第4章 -For gradation conversion of the image, the threshold value, the histogram, linear gradation change, the gradation stars distribution equalization procedures. Retrieved from " vc++ image p
FinalWork2
- 图像处理软件,实现图像的空间域彩色图像指数灰度变换、伽马校正、均值滤波、中值滤波、直方图均衡化、彩色负片、拉普拉斯锐化或边缘提取;-Image processing software, image color image index of the spatial domain of gray level transformation, gamma correction, mean filter, median filter, histogram equalization, color negat
tuxiangchuli
- 对二维图像的简单处理,包括对图像的灰度变换和空域变换和一些简单的滤波-A simple two-dimensional image processing, including image gray-scale transformation and spatial transformations and some simple filtering
142062310320 张斌
- 对图像进行小波分析和变换、滤波、灰度化、图像阈值化和分割等(Wavelet transform and transform the image)
bin
- 灰度线性转换,关于图像的颜色转换,以灰度图像为例,假设原图像像素的灰度值为D = f(x,y), (x,y)为图像坐标,处理后图像像素的灰度值为D’ = g(x,y)(Gray linear transformation)
图像处理程序设计杨淑莹清晰版源码
- VC++的部分图像处理程序,特效显示,几何变换,灰度变换等(VC++ part of the image processing program, special effects display, geometric transformation, gray-scale transformation, etc.)
数字图像处理-matlab代码
- matlab使用代码,包括图像读取及灰度变换,图像旋转,边缘检测,直方图均衡化,线性平滑滤波器等(Matlab uses code, including image reading and gray scale transformation, image rotation, edge detection, histogram equalization, linear smoothing filter, and so on)
edge
- C#下几种图像边缘检测算法实现,包括模板算子、高斯算子、Canny算子、灰度形态学、小波变换、金字塔等。(Implementation of several image edge detection algorithms under C#)