搜索资源列表
LabColorSegmentation
- lab颜色模型下的图像分割方法,在matlab下编写,对生物图像很有用的。-lab model of color image segmentation methods in Matlab to prepare for biological images very useful.
cg22
- 真实感图形学...简单光照明模型,颜色模型-photorealistic graphics ... simple lighting model, color model
color_model_change_matlab
- 西安交通大学开的《图象处理》的课,用的课本是章毓晋老师编的《图象工程》上册,既《图象处理和分析》,我本科期间学的这门课,这是用MATLAB所做的作业源程序,包括颜色模型转换成,直方图转换,图象分割,边缘检测,hough变换(哈夫变换),图象表达等。-Xi'an Jiaotong University opened the "image processing" of the class, Textbooks a
ShaShiLeiGanToolbox
- 该源码里包括很多matlab源代码,比如颜色模型之间的转化等等,对图形图像处理的同行门肯定有帮助。
modelchange
- 通过对颜色模型的转换来进行对图像进行处理与分析。
RGBtoHSV
- 将RGB颜色模型转换为HSV颜色模型,用于肤色分割
ThreeDimensionColorModel
- 这是 一个三维颜色模型的VC++下面的MFC程序,生成三维的RGB,HSL等模型,还可以进行旋转
hvs模型彩色时钟
- 源程序中给出了rgb颜色模型转 hsv颜色模型的算法, 还包含了动态效果-source given the rgb color model to hsv color model algorithm, but also the dynamic effects
颜色模型
- 实现HSI和RGB颜色模型的相互转换
颜色模型
- 基于统计颜色模型的肤色检测
hvs模型彩色时钟
- 源程序中给出了rgb颜色模型转 hsv颜色模型的算法, 还包含了动态效果-source given the rgb color model to hsv color model algorithm, but also the dynamic effects
color_model_change_matlab
- 西安交通大学开的《图象处理》的课,用的课本是章毓晋老师编的《图象工程》上册,既《图象处理和分析》,我本科期间学的这门课,这是用MATLAB所做的作业源程序,包括颜色模型转换成,直方图转换,图象分割,边缘检测,hough变换(哈夫变换),图象表达等。-Xi'an Jiaotong University opened the "image processing" of the class, Textbooks a
RGBtoHSV
- 将RGB颜色模型转换为HSV颜色模型,用于肤色分割-RGB color model will be converted to HSV color model for color segmentation
mytongji
- 统计一幅图片的颜色信息,即红、绿、蓝等的颜色比例-computer the information of one image
mzx
- 该论文具有图像检索的功能,是基于内容图像检索,采用的颜色模型有RGB,HIS,HSV等。-The paper has an image search function, is content-based image retrieval, using the color model with RGB, HIS, HSV and so on.
platelience
- 车牌识别系统一般包括车牌定位、车牌切分、字符识别三部分,而车牌定位是车牌识别系统的基础和前提,其准确与否直接影响着车牌识别的准确率。本文针对这一关键问题进行了研究,提取了车牌的颜色特征并结合其纹理特征、几何特征以及投影特征进行准确定位。采用HSV颜色模型,利用颜色空间距离相似度计算分割颜色;针对颜色分割后的图像,车牌区域内水平方向上具有的连续跳变的特征,采用行扫描法确定车牌的上下边界;车牌区域内垂直方向具有投影特征,采用垂直投影法确定车
RGBmodel
- OPenGL做的RGB模型,对学习光照、投影变化、颜色模型等很有帮助。-OPenGL do RGB model to the study of light, projection changes, color model, etc. helpful.
HSI
- 基于HSI颜色模型的车牌颜色识别,前提车牌是分割好的。-HSI color model based on the color identification plate, provided the license plate is a good split.
颜色识别python (2)
- 摄像头所采集到的图像及图像处理完成后的显示都需要用到颜色模型,常见的颜色模型包括RGB、HSV、HSL、Lab等,这里我所用到的颜色模型有RGB、HSV。RGB颜色模型分别对应Red(红色)、Green(绿色)、Blue(蓝色)这三种颜色,HSV颜色模型分别对应Hue(色相)、Saturation(饱和度)、Value(明度)这三种参数。将摄像头所采集到的RGB数据通过Python程序转变为HSV数据(The color model i
RGB模型
- 显示RGB的模型,体现不同的情况下显示什么颜色(The model of RGB shows what color is displayed in different situations)