搜索资源列表
chaincode
- 1.首先将原始图档(如图三)由RGB彩色模型转换成HSI彩色模型,取其 I 亮度模型。 2.再萃取出亮度值大于0.999之部份,进行数次膨胀与侵蚀运算后,即可取得火焰部份(如图四)。 3.图四之火焰影像进行边缘运算,并找出边缘之每一点坐标,再将坐标排序,取最小值作为链码的启始点(如图五之红色星号)。 4.链码产生的方式:沿边缘依逆时针的顺序扫瞄下一个边界值,并依序输出链码(如图七)。-1. First, the original drawing (Figure 3) from R
hsi2rgb
- 彩色图像hsi颜色模型到rgb颜色模型的转换-HSI color model for color image to rgb color model conversion
rgb2hsi
- 彩色图像的rgb颜色模式到hsi颜色模型的转换-Rgb color image color model to HSI color model conversion
RGB-HSI
- 在matlab中实现从rgb到hsi色彩模式的转换-In matlab to achieve from the rgb color model to HSI conversion
20080701230927043
- 在matlab中实现从rgb到hsi色彩模式的转换-In matlab to achieve from the rgb color model to HSI conversion
HSI_Color_Model
- 提供一个将rgb转hsi color model的函式库-To provide a switch to the rgb to hsi color model library
HSiLib
- 这个程序是用C编写的将RGB三色模型转换到HSI(hue, saturation and intensity)颜色空间的库函数。-This program writen in C can tranlate RGB color model into HSI color model.
source
- vs下利用HSI颜色空间模型把256色图像转成灰度图像,算法经优化,速度很快-vs the use of HSI color space model, under the 256-color images converted to gray-scale image, the algorithm is optimized for fast performance
paper4
- The paper title is: License Plate Location Method Based on Modified HSI Model of Color Image
HSI
- 基于HSI颜色模型的车牌颜色识别,前提车牌是分割好的。-HSI color model based on the color identification plate, provided the license plate is a good split.
redextract
- 可以提取出图像中的红色信息,坐标空间变换(直角坐标系到极坐标系),彩色模型变换(RGB到HSI)-Red information can be extracted in the image coordinate space transform (Cartesian coordinates to polar coordinates), color model transformation (RGB to HSI)
hsi2rgb
- 两种彩色模型之间的变换,主要是HSI模型到RGB之间的变换-The transformation between the two color model, HSI model to RGB conversion
rgb2hsi
- 从RGB彩色模型转换到HSI彩色模型,经过测试,好用。-Converted from RGB color model to the HSI color model, tested, easy to use.
HSI2RGB
- HSI颜色模型到RGB颜色模型的相互转换,已经写成函数形式,直接调用即可。转换结果非常理想。-HSI color model to the RGB color model conversion, has been written in functional form, can be called directly. Conversion results are very satisfactory.
kaikelvin
- 有时在对图像进行分割时需要利用先验知识,如若分割出某个目标物时,可以利用颜色模型(HSV或HSI等),但还需利用“目标颜色”这个先验知识才能很好的将它分割出来,但对于目标物而言,可能夹杂其他颜色,此时对于H分量的区间范围的判定较为困难。-Sometimes when image segmentation requires prior knowledge, when Should a segmented target, you can use color model (HSV or HSI, et
code
- 彩色图像处理,包括RGB,CMY,HSI,HSV,YUV等模型。-Color image processing, including RGB and CMY, HSI, HSV, YUV color model, etc.
rgb-hsi
- 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
MATLAB
- RGB颜色模型的图像和HSI颜色模型的图像相互转换的matlab函数-Image image and HSI color model RGB color model conversion of the matlab function
DIP2
- This code can take gray scale and color image as an input and perform conversion between different color models such as RGB color model, CMY color model, CMYK color model, HSI Color model, YCbCr color model and YUV color model and vice versa.-This co
apple
- 利用K均值进行图像分割,利用颜色模型(HSV或HSI等)-Image segmentation using K mean, the use of color model (HSV or HSI, etc.)