搜索资源列表
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
imageprocessing
- 可以将真彩图RGB模型转化为HSI模型!-True color pictures will be converted to HSI map!
hsi2rgb
- 实现HSI模型的图像向RGB模型图像的转换,此函数MATLAB并不自带-HSI model to achieve the image to the RGB model convert images, this function does not own MATLAB
rgb2hsi
- 实现RGB模型的图像向HSI模型图像的转换,此函数MATLAB并不自带-RGB model to achieve the image to the HSI model for image conversion, this function does not own MATLAB
Citrus-Fruits-pH-Value-detect
- 对机器视觉系统采集 的柑橘图像进行图像裁切、RGB 空间至HSI 空间的转换和差值法去图像背景,用色调H 和饱和度S 为输入,建立小波神经网络柑橘pH 预测模型,无损检测柑橘pH。-Images of citrus fruits from machine vision system were processed by cutting, converting from RGB space to HSI space, removing background by deviation. A w
hsi2rgb
- hsi2rgb,实现HSI彩色模型转换到RGB彩色模型。Rgb2Hsi稍后奉上。-hsi model converted to rgb.Matlab file.Thank you for downloadingen.joying! And Rgb2Hsi is on the way,please wait.
getongdao
- 彩色图像rgb hsv hsi个颜色模型各颜色通道一阶矩-Color images mean
RGBToHSI
- RGB到HSI模型的转换, RGB到HSI模型的转换-RGB to HSI model convert RGB to HSI model conversion, the conversion of RGB to the HSI model
hsi2rgb
- 两种彩色模型之间的变换,主要是HSI模型到RGB之间的变换-The transformation between the two color model, HSI model to RGB conversion
M
- RGB与HSI模型转换matlab程序,一种很高效的定位处理程序-Convert RGB and HSI model matlab program, a very efficient positioning handler
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.
iamgepreprocesing
- 视网膜图像的预处理,包括二值图像的获取,RGB转换到HSI模型。-Retinal image preprocessing, including binary image acquisition, RGB to HSI model.
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
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
HSI
- 分别提取图像的RGB分量,并且把他们转化为HSI模型-They were extracted RGB components of the image, and put them into HSI model
canny边缘检测
- 彩色图像在HSI模型下的CANNY边缘检测(CANNY edge detection of color images under HSI model)