搜索资源列表
基于颜色特征的图像检索
- 基于颜色特征的图像检索技术,代码及程序
基于颜色特征的图像检索
- 通过提取图像的颜色特征对图像进行收索
ColorHistogram.rar
- 图像颜色特征的提取:HSV颜色直方图 描述的是图像的整体颜色情况。本程序采用非均匀量化方法得到36bin的颜色直方图。,Image Color Feature Extraction: HSV color histogram describes the situation of the image' s overall color. This procedure using non-uniform quantization method the color histogram 36bin.
colortexture.rar
- matlab编写的图像处理程序,用于提取图像的纹理、颜色特征。,matlab image processing procedures to prepare for the extraction of image texture and color features.
CBIRpca
- 基于内容的图像检索技术,包含颜色特征及纹理特征matlab程序,实验结果-Content-based image retrieval, color features and texture features including matlab program, the experimental results
colorspace
- 对于颜色空间中各种颜色空间的转换,用于提取颜色特征!MATLAB实现源码,效果不错!-For a variety of color space color space conversion, to extract color features! MATLAB source code to achieve good results!
CBIR
- 用matlab实现的基于颜色特征的图像检索系统。-Using matlab to achieve the color-based Image Retrieval System.
bbb
- 这是一个基于颜色特征的图像检索系统,是我下了好多之后发现的最好的一个,可以做为毕业设计的,很好的,快下吧!-This is a color feature based image retrieval system is under a lot after I found the best one can be designed as a graduation, a good, fast, are you!
hsvyszft00
- 传统的HSV空间颜色特征提取算法,量化为8H3S3V.-HSV color space for the traditional feature extraction algorithm, to quantify 8H3S3V.
firedetect_CSHARP
- 火焰检测系统,通过火焰的静态颜色特征和动态的抖动特征去识别。-fire detection
extract_LP
- 车牌定位的源代码,通过颜色特征过滤抽取将黄色区域抽取出来-plates positioning of the source code, color filter characteristics will be collected yellow regional extracted
backgroundSubtraction
- 基于颜色特征的背景模型的算法程序,具有光照不变性,可处理光照变化环境下的运动目标检测-Based on the color characteristics of the algorithm for background model procedures, with illumination invariance, illumination changes in the environment can be handled under the moving target detection
colorhist
- 颜色特征提取,为matlab 源文件,是底层图像处理的基本特征之一,是本人在做硕士论文时收集修改的代码-Color Feature Extraction for the matlab source file, the underlying image processing are one of the essential features
bwretrival
- 这是一个基于颜色特征的图像检索系统,通过打开一幅图,然后,查找与之相似的一些图片-This is a color feature based image retrieval system, by opening a map, and then to find some pictures with similar
psc123
- 这是一个基于颜色特征的图像检索系统,在此用到了直方图算法来实现 ,通过打开一幅图进行检索-This is a color feature based image retrieval system, used in this algorithm to achieve the histogram, by opening a map search
颜色特征
- matlab颜色特征提取,利用matlab软件实现对图片中目标对象的颜色特征值的提取(matlab colour Matlab color feature extraction, the use of MATLAB software to achieve the picture of the target object color feature extraction)
颜色特征提取
- 图像处理方面,基于rgb特征,进行颜色特征提取(In image processing, color feature extraction is based on RGB features)
颜色特征提取
- 颜色特征提取,将一张图片中的颜色特征提取出来(Color feature extraction)
实验一 图像颜色特征提取
- 图像颜色特征提取 颜色是彩色图像最重要的内容之一,被广泛用于图像检索中。但从图像中提取颜色特征时,很多算法都先要对图像进行量化处理。量化处理容易导致误检,并且产生的图像特征维数较高,不利于检索(qqwxcszcsefxzvczfeczx)
实验一 图像颜色特征提取
- stricker和0reng0提出了颜色矩的方法,颜色矩是一种简单有效的颜色特征表示方法,有一阶矩(均值)、二阶矩(标准差)和三阶矩(斜度)等,由于颜色信息主要分布于低阶矩中,所以用一阶矩,二阶矩和三阶矩足以表达图像的颜色分布,颜色矩已证明可有效地表示图像中的颜色分布。 对彩色图像进行颜色矩特征参数提取,首先要将RGB彩色图像转换到HSV颜色空间,对图像的H、S、V颜色分量图像分别提取一阶颜色矩、二阶颜色矩、三阶颜色矩。(Image color feature extraction and f