搜索资源列表
Histogram_HSV_36
- 求取彩色图象的HSV直方图,用于彩色图象的颜色特征提取.该算法基于OpenCV.-strike HSV color image histogram, Color image for the color feature extraction. The algorithm is based on OpenCV.
hsvfeature1
- 这是图像处理中的颜色特征提取(低阶矩特征)MATLAB源代码。
hsvfeature2
- 这是图像处理中HSV课件颜色特征提取(将H5等份,S,V分量各三等份)MATLAB源码。
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.
extractFeatures.zip
- 图像特征提取,包括:颜色直方图,颜色矩,边缘直方图,Gabor小波变换,局部二值图,GIST。,Image feature extraction, including: color histogram, color moment, the edge histogram, Gabor wavelet transform, partial binary image, GIST.
vc
- 基于颜色空间的图像特征提取的研究,对于图像处理的学习者有很大的帮助-Color space based on the study of image feature extraction, image processing for the great help learners
feature-extraction-algorithm-
- 颜色、形状、纹理特征提取算法及应用,各种方法都有,很有用。-Color, shape, texture feature extraction algorithms and applications, various methods are very useful.
hsvyszft00
- 传统的HSV空间颜色特征提取算法,量化为8H3S3V.-HSV color space for the traditional feature extraction algorithm, to quantify 8H3S3V.
colorhist
- 颜色特征提取,为matlab 源文件,是底层图像处理的基本特征之一,是本人在做硕士论文时收集修改的代码-Color Feature Extraction for the matlab source file, the underlying image processing are one of the essential features
CFPT201046
- 数字图像的图像增强方法,图像平滑方法,特征提取和特征匹配方法。对于图像初学者很有帮助。-Digital image of the image enhancement, image smoothing, feature extraction and feature matching. Very helpful for beginners images.
LPR
- 国外的一个车牌识别程序,主要是基于颜色特征提取分割的,内置神经网络。-A license plate recognition program abroad, mainly segmentation based on color feature extraction, built-in neural networks.
src
- 一个Java实现的基于内容的图像检索工具包,可用来提取图像的颜色特征、纹理特征(Gabor Filter)以及形状特征,并在此基础上判断图像相关性。-Java implementation of a content-based image retrieval toolkit, which can be used to extract the image' s color features, texture features (Gabor Filter), and shape feature
ColorHistogram
- 图像检索——提取颜色特征:HSV空间颜色直方图(将RGB空间转化为HSV空间并进行非等间隔量化,将三个颜色分量表示成一维矢量,再计算其直方图作为颜色特征。-Image Retrieval- extract color features: HSV space color histogram (RGB space into the HSV space and the non-interval to quantify the three color components expressed as a
extra
- 提取图像颜色特征:RGB转化HSI并且生成123阶中心距-extract the color feature of a image
colorMom
- 颜色矩是一种简单有效的颜色特征表示方法,有一阶矩(均值,mean)、二阶矩(方差,viarance)和三阶矩(斜度,skewness)等,由于颜色信息主要分布于低阶矩中,所以用一阶矩,二阶矩和三阶矩足以表达图像的颜色分布,颜色矩已证明可有效地表示图像中的颜色分布。本代码很好的实现了对图片颜色矩的提取,并有详细的注释。(Color moment is said a simple and effective method of color feature, a moment (mean, mean)
tuxiangjiansuo
- 本代码为计算HSV直方图代码,可以在图像检索时,作为颜色特征来使用。(This code for the calculation of HSV histogram code, you can use in image retrieval as a color feature.)
颜色特征提取
- 图像处理方面,基于rgb特征,进行颜色特征提取(In image processing, color feature extraction is based on RGB features)
颜色特征提取
- 颜色特征提取,将一张图片中的颜色特征提取出来(Color feature extraction)
ColorMoments
- 提取图像RGB颜色空间内的颜色矩。颜色矩是图像重要的颜色特征,在图像检索、比对中具有重要作用。(Calculate the color moment of each color channel in RGB color space of an image)