搜索资源列表
颜色矩
- 基于颜色矩特征的图像检索:首先RGB颜色空间转换到HSV颜色空间;针对HSV三个分量计算颜色矩作为图像的内容特征;计算查询图像与图像库中每幅图像的相似距离,排序后给出检索结果。-Moment features based on color image retrieval : First RGB color space conversion to HSV color space; Three weight against HSV color calculated moments as images
ImageRetrievalBasedOnColorandShapeFeaturesofInteri
- 提出了一种基于兴趣点的图像检索新方法ACSM(Annular Color and Shape Moment) , 利用兴趣点的位置信息, 提取兴趣点周围局部区域的颜色矩特征和区域形状不变矩特征。ACSM算法不仅对平移、旋转具有良好的鲁棒性, 而且克服了传统颜色矩和形状不变矩没有位置信息的缺陷。实验结果表明, 由于将颜色和形状特征有机结合, ACSM算法有效提高了图像检索的准确性。
extractFeatures.zip
- 图像特征提取,包括:颜色直方图,颜色矩,边缘直方图,Gabor小波变换,局部二值图,GIST。,Image feature extraction, including: color histogram, color moment, the edge histogram, Gabor wavelet transform, partial binary image, GIST.
image-retrieval-source-program
- 该源代码包含图像10个不变矩的图像检索,小波模极大值法边缘检测,结合颜色特征与不变矩的图像检索源程序-The source code includes images of invariant moments 10 image retrieval, wavelet modulus maximum edge detection method, combining color characteristics and the moment invariants image retrieval sourc
ColorMoment
- Extracting color moment feature from images. Implement by java.
ImageRetrieval
- 毕业设计,基于内容的图像检索,支持的检索特征包括 sift,颜色直方图,灰度矩阵,HU不变矩,边缘方向直方图,检索方法使用K-means和K-D树两种,需要OPENCV支持,运行时请先选定一个文件夹来生成特征库,特征库用access数据库保存,只支持JPG文件-Graduate design, content-based image retrieval, search features, including support sift, color histogram, gray matrix,
InvariaMoment
- 不变矩的计算,对彩色或者灰度图像提取出图像的7个不变矩的特征-Calculation of moment invariants of color or grayscale images to extract the characteristics of 7 invariant moments
colorMoment
- 在图像识别的时候用到的颜色矩特征的提取算法 是用C++实现的-Color moment feature extraction algorithm is used when the image recognition using C++
Color-Feature-of-images
- 实现了图像的颜色直方图,颜色矩,颜色相关向量CCV,以及颜色相关图的提取,有详尽的文档,基于window7+vc2010+opencv2.3.1-The color histogram of the image, color moment, color vector CCV, as well as color correlogram extraction, a detailed document based window7+vc2010+opencv2.3.1
facegaborprotected
- 人脸识别用gabor聚类的算法,在ycbcr的颜色空间里,使用gabor算法-face detection in gabor,color in Ycbcr space,then using gabor method caculate cbcr moment for training and decision
color_moments
- 图像颜色一阶矩、二阶矩、三阶矩特征抽取。不带图像分块。-Image color first moment, second moment and three moments features
mome_kmean_wavelet4
- 其中包括颜色矩特征提取,四层小波特征提取以及kmeans聚类算法,Matlab编程实现,希望对学习有帮助-Including the extraction of color moment feature, the four layer wavelet feature extraction and kmeans clustering algorithm, Matlab programming, and they hope to help with learning
ImageRetrieval
- ImageRetri (C++_毕业设计) sift,颜色直方图,灰度矩阵,HU不变矩,边缘方向直方图,检索方法使用K-means和K-D树两种,需要OPENCV支持-ImageRetri Color histogram, gray matrix, HU invariant moment, edge direction histogram, retri method using K-means and K-D tree two, need OPENCV support (C++ _ gradu
two
- :植物种类识别方法主要是根据叶片低维特征进行自动化鉴定。然而,低维特征不能全面描述叶片信息,识别准确率低,本文提 出一种基于多特征降维的植物叶片识别方法。首先通过数字图像处理技术对植物叶片彩色样本图像进行预处理,获得去除颜色、虫洞、 叶柄和背景的叶片二值图像、灰度图像和纹理图像。然后对二值图像提取几何特征和结构特征,对灰度图像提取 Hu不变矩特征、灰 度共生矩阵特征、局部二值模式特征和 Gabor 特征,对纹理图像提取分形维数,共得到 2183 维特征参数。再采用主成分分析与线性 评判分析相
colorMom
- 颜色矩是一种简单有效的颜色特征表示方法,有一阶矩(均值,mean)、二阶矩(方差,viarance)和三阶矩(斜度,skewness)等,由于颜色信息主要分布于低阶矩中,所以用一阶矩,二阶矩和三阶矩足以表达图像的颜色分布,颜色矩已证明可有效地表示图像中的颜色分布。本代码很好的实现了对图片颜色矩的提取,并有详细的注释。(Color moment is said a simple and effective method of color feature, a moment (mean, mean)
feature extraction
- 自己根据公式编写的颜色矩特征,纹理空间自相关函数特征(The color moment feature and texture space auto correlation function feature written by the formula.)
rgb
- 输入照片,输出灰度直方图、各灰度的颜色矩向量。(Input the picture, output gray histogram, the color moment vector of each gray level.)
ColorMoments
- 提取图像RGB颜色空间内的颜色矩。颜色矩是图像重要的颜色特征,在图像检索、比对中具有重要作用。(Calculate the color moment of each color channel in RGB color space of an image)