搜索资源列表
256
- 256色转灰度图,用于把256色彩色文件转成灰度图像,方便下一步处理
ImageProcessSys
- 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
fiveMATLABimageprocessingcode
- 对图像进行任意角度旋转 图像渐变 运用调色板设计技术将灰度图像彩色化 等5个MATLAB 图像处理 代码-Rotate the image at any angle image gradient design using the gray image palette color and so on five MATLAB image processing code
bmp_resolution
- 位图图像处理,能打开8位,24位位图,进行彩色转灰度,亮度,对比度调整,二值化操作!-resolution for bmp image handling.
colortogrey
- 一个CV++程序实现彩色图像转灰度图像,有MFC界面,和原图-A CV++ Procedures to achieve color image to gray image, a MFC interface, and image
5
- 反色以及彩色图像转灰度图,真彩图转256图,以及对比度扩展灰度窗口变换以及直方图统计。-Anti-color and color images to grayscale, true color to 256 plans, as well as the expansion of gray scale contrast of the window transform and histogram statistics.
Halftoning
- 一种灰度图像的半色调图像生成程序。该程序实现了siggraph 2008 论文Structure aware halftoning中的半色调生成算法。该算法基于目标函数优化,用模拟退火方法生成。 该程序可以读入gif,png,jpg,bmp格式的图片,并自动将彩色图转化为灰度图。生成的半色调图目前只支持png格式的输出。 实现语言为java。 在jre 1.6.0_10上测试正常。-A gray-scale image halftoning image generation pro
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
GAME
- 利用SIFT检测两图片的相同点,并获 ·北京大学数字图象处理课件,封举富 ·主要内容彩色256色转灰度图,hough变 ·OPENCV手册!opencv用具很实用,广 ·功能强大的图像处理软件可以打开,关 ·ICP是用来匹配两组未知点,可以用于 ·利用opencv完成的汽车牌号识别,支 ·細線化程式,本程式源 ·图像处理算法方面编程代码汇总,请 -Detect SIFT picture using the same two points, and digita
PictureTrans
- 图像处理vc++源码,主要功能有:直方图均衡化、小波变换、彩色图转灰度图等-Image Processing vc++ source code, the main functions include: histogram equalization, wavelet transform, such as color to grayscale
256
- 将256色的彩色图片转为灰度图像 256色转灰度图-The 256-color images to grayscale images of color
123897
- 基于matlab彩色图像转灰度图的程序,详细请看附件。-Matlab color images based on gray level transfer process in detail see annex.
zhifangtu
- 这是一个matlab的直方图均衡程序,先读入一副彩色图像,将其转成灰度图,输出该图的直方图,做均衡以后再次输出,可以看到均衡后图像直方图比较均匀了。-this is a histogram program based on matlab
224
- 24位彩色图转化为256色灰度图 灰度图像反色、增加亮度-24-bit color map into a 256-color grayscale grayscale anti-color, increasing brightness
daima
- 将彩色图像转换为灰度图像后,再进行小波阈值去噪-The color image is converted to grayscale, then the wavelet thresholding
Color-to-grayscale
- 彩色图像转灰度图是图像处理中对图像进行处理的一个最基本的操作。-Color images to grayscale image processing for image processing in a basic operation.
gray2rgb
- 灰度图像转化为rgb彩色图像,通过参考图像制成彩色映射表,再进行伪彩色处理-Rgb color images into gray-scale image, the image is made by reference to color mapping table, then the pseudo-color processing
256colortogray
- 彩色图像转灰度图像源代码,256色转为灰度图-color image
RGB-to-GRAY-and-Canny-with-scroll
- 彩色图像转灰度图然后对其进行canny边缘检测-picture from color to gray and use canny to do the edge detection