搜索资源列表
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
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.
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.
matlab4
- 数学图像处理中的对彩色图像进行锐化滤波,并将RGB模型转变为HSI模型-Mathematical image processing for color image sharpening filter, and the RGB model into HSI model
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
FireDetection115110001056
- 本文是基于HSI模型对含有火焰的视频进行火焰检测的,通过设定一定的饱和度和颜色分量r的检测阈值,再来进行火焰的检测,并绘制火焰边缘图像。 -This paper is based on the HSI model for flame detection of video containing flame, by setting a certain degree of saturation and color component r detection threshold, then the
caisetuxiangchuli
- matlab数字图像处理,基于感知模型的真彩色图像处理,实现HSI与RGB相互转化,滤波处理图像。-matlab digital image processing, based on the perception of true color image processing model, to achieve mutual HSI and RGB conversion, filtered image.
canny边缘检测
- 彩色图像在HSI模型下的CANNY边缘检测(CANNY edge detection of color images under HSI model)