搜索资源列表
-
0下载:
彩色图像格式的转换程序,采用C语言编写,可以作为彩色图像增强的格式转换使用,由RGB-HSI转换,The program is used for color image format conversion processing written by C language which can serve as a color image enhancement preprocessing. The function of the program is from RGB-HSI conversion
-
-
0下载:
将数字图像从RGB空间转换为HSI空间,程序简洁,可读性强。适合matlab图像处理的初学者。-Digital images will be converted from RGB space to HSI space, the procedure is simple and readable strong. Matlab image processing suitable for beginners.
-
-
0下载:
包括3个图像处理的代码
1、图像的缩放平移等
2、图像RGB空间到CMY\HSI\HSV等空间的变换
3、肤色建模,提取图片中的人体肤色-Including the three image processing code 1, the image scaling translation and other two, the image RGB space to CMY \ HSI \ HSV space transformation such as 3, color modeling
-
-
0下载:
三个图像处理小程序:一、将RGB空间转换到HSI空间。二、将24位位图转换为8位位图。三、将8位位图转换为24位位图-3 Image Processing applet: First, the RGB space converted to HSI space. Second, the 24-bit bitmap is converted to 8-bit bitmap. Third, the 8-bit map is converted to 24-bit bitmap
-
-
0下载:
用matlab将rgb图像与hsi图像相互转化的程序,参考冈萨雷斯matlab图像处理编写。-Using matlab to rgb image into hsi images, refer to Gonzalez matlab image processing.
-
-
0下载:
将一幅RGB模式图像转化为HSI模式图像,以便于图像进一步处理-Change an image of RGB to HSI,and then you can do your image processing easily
-
-
0下载:
实现的类可以将每个图片转成hsi颜色空间的图片并显示。在main函数中实现一个文件夹下对于视频的递归遍历,将每个视频中的每一帧取出,进行变换,最后将每个视频中所有帧的亮度值(hsi空间中的i)化成折线图输出并存储为图片,在亮度变化特别大的点用圆点圈出,图片存在视频所在目录下。由于要实现对视频中所有帧的处理,为了加快速度因此单独的将每幅图转成hsi之后现实出来的那三个窗口被注释掉了(否则会现),需要的去掉hsi.cpp后面的那几行注释符号就可以。想要转换颜色空间的,只需要单独用的可以只使用hsi.
-
-
0下载:
数字图像处理中把rgb空间转换到hsi空间-It can tranform the rgb space to hsi space in digital image processing
-
-
0下载:
灰度变换包括直方图均衡、对数变换等,二值化,开闭运算,HSI、YIQ空间显示-image processing, histogram
-
-
0下载:
彩色图像亮度处理,matlab实现在hsi颜色空间的进行亮度变化处理,实现变亮和变暗两种功能-Color brightness of image processing
-
-
0下载:
这是一个简单的图像处理类,实现了240×240BMP 24位图的读入、转换成灰度图、直方图均衡化、均值滤波、HSI分量的输出等功能,适用于简单的数字图像处理-This is a simple image processing class, reads the bitmap 240240BMP 24, converted to grayscale, histogram equalization, mean filter, HSI component output for simple digita
-
-
0下载:
RGB to HSI Conversion:A color histogram is a representation of the distribution of colors in an image. The method is useful in images with backgrounds and foregrounds that are both bright or both dark.
-
-
0下载:
数学图像处理中的对彩色图像进行锐化滤波,并将RGB模型转变为HSI模型-Mathematical image processing for color image sharpening filter, and the RGB model into HSI model
-
-
0下载:
C#,VS2005,RGB和HSI彩色空间、伪彩色处理、彩色图像直方图均衡化、彩色图像平滑处理、锐化处理、边缘检测、图像分割-C#, VS2005, RGB and HSI color space, pseudo-color processing, color image histogram equalization, color image smoothing, sharpening, edge detection, image segmentation
-
-
0下载:
彩色图像处理,例1考虑生成一幅128*128的RGB图像,例2将一幅RGB图像转换到CMY空间,例3将一幅三原色图像从RGB空间转换到HSI空间
-Color image processing, for example, an RGB image is generated considering a 128* 128, Example 2 RGB image is converted into a CMY space Example 3 a tricolor image conversion
-
-
0下载:
数字图象处理中图像颜色空间转换:RGB转换成HSI-Digital image processing in image color space conversion: RGB converted into HSI
-
-
0下载:
数字图像处理 RGB与HSI转换 I变量增强(直方图拉伸)-Digital image processing RGB and HSI conversion I variable enhancement (histogram stretch)
-
-
0下载:
图像处理的matlab程序,可以将一幅彩色图像从RGB空间转换到HSI空间。-It s a matlab image processing procedures, and can translate a color image from the RGB space to HSI space.
-
-
0下载:
适用于初学者的数字图像处理MATLAB代码,主要是根据某些变换的原理,以Lena灰度图为基本处理图片,实现平移、卷积、灰度图转rgb、hsi、傅里叶变换、位面图等初等变换。-Suitable for beginners to digital image processing MATLAB code, mainly based on certain principles of transformation in the basic process grayscale image Lena, pan
-
-
0下载:
matlab编写的图像处理GUI小程序,实现(1)对一幅暗RGB图像的直方图均衡,(2)并分别在R、G、B通道进行直方图均衡,RGB三个分量可通过滑块调节,(3)用HSI模型增强图像。附有具体的文档说明。-MATLAB image processing GUI program, to achieve (1) to a pair of dark RGB image histogram equalization, (2) and in the R, G and B channels of histo
-