搜索资源列表
bmp_Mpp
- bmp图片打开,显示,可以进行数字图象处理的一些变化,对bmp图片进行灰度化以后,可以进行数字滤波,fft等。还有几何变换的一些功能。此工程是我们数字图象处理课程时候的作业。非常适合在校大学生研究学习。-bmp picture opened, display, digital images can be some of the changes, bmp picture of gray, can digital filter, such as fft. There transform the ge
ImageShower
- 用于二维图片的显示,适用范围广,可用于各种灰度图像以及真彩色图像.
huidu
- 图片彩色转换成灰度的源代码。选择相应的bmp图片之后可以运行将图片变成灰度图片。-Converted into gray color picture of the source code. Select the appropriate bmp picture after picture can run into a gray-scale picture.
256
- 二维图像处理,256色转灰度图源代码,内涵测试图片-Two-dimensional image processing, 256-color grayscale switch the source code, content test image
Homework
- Matlab变换图像灰度彩色转换图片测试代码原创-yes
LineTrans
- 将图像灰度化后,实现图像灰度图片的线性变换-The gray image, the gray-scale image of image of linear transformation
denoise0615
- 灰度图片阈值去噪处理,读图片的各种阈值去噪进行编程,比较。-Gray image threshold denoising processing
256256-color-images-into-grayscale-
- 256色图像转化为灰度图像,内有完整代码和测试图片-256 color images into grayscale images, code and test in a complete picture
Ostu
- 该文件夹中是三种二值化算法的matlab代码,下面以otsu二值化算法实现为例进行说明: 在Matlab上运行时,可以把该文件夹设为当前目录(Current Directory) 先读入灰度图片, 图片假设保存在D盘 I = imread( D:\coins.bmp ) 二值化 I_bw = otsu(I) 查看二值化结果 figure, imshow(I_bw) -I = imread( D:\coins.bmp ) I_bw = otsu(I) fig
ReadBMP_1
- 读取一张BMP图像,显示其相关信息,并修改图片的颜色表,使得图片颜色改变以后另外存盘! 只能是8bit的灰度图像才有颜色表,24bit的真彩色图片没有颜色表!-Read a BMP image, display information, and modify the color table of the picture, making the picture color change after another save! Only 8bit grayscale images have a
ReadBMP_3
- 读取一张BMP彩色图像,显示其相关信息,并将彩色图片改成8bit灰度图片以后另外存盘!-Read a BMP color image display its related information and changed the color pictures 8bit grayscale image after another save!
ReadPhoto
- 这是读取灰度值图片,将灰度值图像转换为数组的程序。-This is to read the gray value image from the gray value image is converted to the array of procedures.
MSFilter
- mean-shift滤波,需要安装opencv,读入图片接口使用了opencv函数。 代码功能: 读入图片,输出mean-shift滤波后的图片,灰度图、彩色图均可。 文件介绍: MSF.h mean-shift滤波头文件 MSF.cpp mean-shift滤波函数体 Main.cpp 主函数 -mean-shift filter, you need to install opencv, read into the picture opencv function int
Matlab-program-gray-edge-detection
- 本文主要讨论获得图片后如何提取其边界信息,首先利用图像灰度均匀化解决了对比度不清晰的问题,然后利用高斯滤波法对图片进行滤波去噪,进而利用Canny算法实现边缘检测提取边界,该方法与Matlab自带的求边界方法有明显的提高,为利用Matlab程序求图像分形维数提供了更精确的前提。-This article focuses on how to get the image to extract the boundary information, the first to use to the gray
shang
- 对任意二维灰度图像,利用matlab编程求出图片的熵大小-For any two-dimensional gray-scale images, using matlab image entropy calculated size
ImageTool
- 一款小巧 图片分析工具,能查看 任意坐标点 RGB值 和灰度直方图等-A compact image analysis tools that can view any coordinate point RGB histogram values and so on. .
xihua
- (1) 将图片灰度化与二值化 (2) 去噪,然后切割成一个一个的字符 (3) 提取每一个字符的特征,生成特征矢量或特征矩阵 (4) 分类与学习。将特征矢量或特征矩阵与样本库进行比对,挑选出相似的那类样本,将这类样本的值作为输出结果。 -(1) the image gray scale with two values (2) denoising, then cut into a character (3) extract
grey-level-transformation
- 该c程序可以实现图片的灰度变换,且灰度变换的处理方式达五种以上,该c程序还可以实现图像的二值化,方式也是三种以上,还有直方图显示-The c program can realize image gray-scale transformation, and the gray level transformation ways of dealing with more than five, the c program also can realize image binarization, is a
fudiao
- 使用matalb,进行图片转浮雕的程序,将图片灰度化,使用矩阵对他处理-The use of matlab, the image transfer embossing procedures
class08
- 图像处理器:灰度变换、中值滤波、膨胀、腐蚀、傅里叶变换、仿射变换、油画效果、图片保存等(Image processor: gray level transformation, median filter, expansion and corrosion, Fu Liye transform, affine transformation, oil painting effect, picture preservation, etc.)