当前位置:
首页 资源下载
搜索资源 - convert grayscale image to color image
搜索资源列表
-
0下载:
如何將任意圖形轉換成256色,256灰階,16色或是單色圖檔 -How to convert any graphic 256 color, 256 grayscale, 16-color or monochrome image file
-
-
0下载:
能将256彩色图像转换为灰度图像
里面包含测试图-Be able to convert 256-color images to grayscale image which contains test pattern
-
-
1下载:
将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用-The K means algorithm for image segmentation, the input is a color imag
-
-
0下载:
VB将彩色图像转换为灰度图,设定所有Pixel的改变不立即在pictureBox上显示,为图片框载入图片,点击“转换为灰度”按钮,即可完成转换。-VB A color image is converted to grayscale, set all Pixel change would not immediately pictureBox shown on the picture box load images, click the " Convert to Grayscale"
-
-
0下载:
一张真彩图像,将其转化为灰度图像,加入高斯噪声进行均值滤波,加入椒盐噪声进行中值滤波的源代码。-A true color image, convert it to grayscale, adding Gaussian noise filtering, adding salt and pepper noise, median filter to the source code.
-
-
0下载:
图像处理系统是一个典型的图像处理软件,主要用gdi+完成。它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。 图像显示模块 该模块主要包括显示位图、显示JPEG、显示GIF 3个部分。 图像转换模块 该模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分。 图像处理模块 该模块主要包括图像旋转、图像锐化处理、图像反色处理、灰度化处理、线性变换5个部分。 字符识别模块 该模块主要包含手写数字识别。-Image processing sys
-
-
0下载:
本程序是基于visual c++下实现了将256色的图片转换成灰度图片.
-This procedure is based on visual c++ to achieve the picture that will convert 256-color grayscale image.
-
-
0下载:
vc将彩色图片转换为灰度图片的程序源码,很不错的demo-vc convert a color image to grayscale image of the program source code, it is a good demo
-
-
0下载:
A new steganogra phic method for color and grayscale image hiding...
Full Implementatin In C# and Full C# project...
this Program Get Secret Image And Host Image and then convert secret color image to palette based color image and then hide
-
-
0下载:
读入彩色图片,将其转换成灰度图像,然后画出它的灰度直方图,将灰度值压缩到64-192,画出灰度直方图,最后画出直方图均衡化后的图像以及直方图-Read into a color picture, convert it to grayscale image, and then draw its gray level histogram, the gray value is compressed to 64-192, draw the gray histogram, and finally draw
-
-
0下载:
本文主要介绍怎样使用opencv来对图片进行傅里叶变换,其核心函数是opencv自带的dft()。DFT这个技术手段是将空间域映射到频率域中去,在图像处理有着举足轻重的地位。这里我们只是得到其变换的结果并看看贫域图有什么特点。
实验功能:
单击Open Image按钮,手动选择打开一副图片,不管其是否是彩色图片,这里统一将其转换成灰度图像显示,因为需要加快DFT运算速度。
将鼠标移动到图片显示区域,单击图片,这时会显示DFT中间结果图,也就是没有将低频域的点移动到图片的中心
-
-
0下载:
BMP图像文件的操作,可以将一个标准24bit真彩色BMP文件中三基色图像提取出来存成独立的8bit灰度图像(BMP)
自写算法将BMP转换为JPG,再将jpg转化为bmp-Operation of the BMP image file can be a standard 24bit true color BMP file trichromatic image extracted saved as separate 8bit grayscale images (BMP) self-writt
-
-
0下载:
用vc++编写的图像处理程序的演示,将彩色图像转换为灰度图像 -With vc++ demo of the preparation of a variety of image processing program to convert a color image to grayscale image
-
-
0下载:
用VC++编写的将一幅256彩色图片转换成灰度图。结合菜单和滚动条。-Use VC++ written to convert a color image into grayscale. Combination of menus and scroll bars.
-
-
0下载:
256色转换灰度图,采用VC++语言编写,对复杂背景的图像也具有良好的效果。-256-color to to convert grayscale, using VC++ language, and also has a good effect on the complexity of the background image.
-
-
0下载:
可以实现256色的彩色图像转换为灰度图像-256 colors can be achieved convert a color image to grayscale image
-
-
0下载:
The program is for pseudocolor image processing, it can convert a grayscale image to color. The color may not be accurate but quite useful for certain applications.
-
-
0下载:
利用OpenCV实现由彩色图像,到灰度图像的转化。并将转化后的图像保存。-OpenCV achieved by the use of a color image to grayscale image conversion. And save the image after conversion.
-
-
0下载:
Java将彩色图像转换为灰度图,本程序利用缓冲区图像实例了图像的灰化处理,效果如上图所示,当单击“Gray Image”按钮后,显示了灰化处理后的图像;当再单击“Reset”按钮后,显示源图像。具体来说是利用java.awt.image 包中的ColorConvertOp 类来实现灰化图像的效果。-Java will convert color images to grayscale, the program uses an instance of the image buffer ashing
-
-
0下载:
人脸识别:
相关功能:
1.将图像转换为灰度显示
2.应用高斯滤波器去除小的边缘
3.计算与画布边缘
4.修改边缘颜色
5.将Mat转换为Xcode的UIImageView显示(Face recognition:
Related functions:
1. Convert the image to grayscale display
2. Use gaussian filter to remove small edges
3. Calculate the edge of th
-