搜索资源列表
高阶矩在颜色传输中的应用
- 高阶矩在颜色传输中的应用,利用高阶矩阵统计图像特征,使目标图像具有与源图像相近的颜色特征-Higher Moments in color and transmission applications, the use of higher order statistics matrix image feature, with the target image with the image source close to the color feature
颜色矩
- 基于颜色矩特征的图像检索:首先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
zhifangtujiaoji
- 基于别人框架实现直方图的交集图像检索 本人感觉要比其颜色矩和分块直方图的要更优一些,在此对其框架表示感谢-others based framework to achieve the intersection histogram image retrieval, I feel than its color moments and the block to the histogram better, in which framework expressed their gratitude
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.
colorMomentRGB
- 颜色矩的计算 color Moment,图像处理特征提取-color Moment
19854833
- 图像检索程序,如果感兴趣的话可以下下来看看。基于颜色矩的。-Image retrieval procedure, if interested, you can take a look at the next down. Based on color moments.
colormoment
- 读取图片,提取图片的颜色矩特征,其中变量I=imread( 1.jpg ),1.jpg即为需要读取的图片。-Read the image, color moments extracted image features, including variable I = imread (' 1. Jpg ' ), 1.jpg shall be required to read the pictures.
imageretrieval
- VS2005编写图像检索程序,包含颜色直方图检索,颜色对检索,颜色聚合向量。颜色矩等-VS2005 prepared image retrieval process, including color histogram retrieval, the color of the search, the color vector polymerization. Color moments, such as
GetWeightedKrawtchoukPloysRec
- 利用matlab平台编写m文件,对图像提取Krawtchouk多项式。-M using matlab platform for the preparation of documents, images extraction Krawtchouk polynomials.
imageretrieval
- 基于颜色和纹理的图像检索,颜色矩和gabor小波变换-image retrieval based on color and texture
color
- 针对颜色直方图和颜色矩无法表达图像色彩的空间位置的缺点,Pass提出了图像的颜色聚合向量(color coherence vector,CCV)。它是颜色直方图的一种演变,其核心思想是将属于直方图每一个bin的像素进行分为两部分-For color histogram and color moments for color images can not express the shortcomings of spatial location, Pass a polymerization vect
ImageThemeFilter
- 对图像进行分主题过滤。 根据给定的图像样本集,进行样本训练,提取多个颜色空间中的多种方式(颜色矩,纹理谱,直方图,肤色模型等)的得到图像特征集;对待过滤图像进行特征提取,向量匹配,进而实现图像分主题分类功能。-Sub-theme of the image filter. According to a given set of image samples to conduct the training samples to extract more color space in multipl
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,
roadsignextract
- 文提出了一种利用RGB颜色差分矩阵对Hu不变矩进行加权的新方法.并将该方法和Hu不变矩投影变换快速算法相结合,对彩色交通标志的特征值进行提取.-Paper presents a matrix using RGB color difference weighted Hu invariant moments new method. And the method and the Hu invariant moments projection fast algorithm combines the ch
colorMom
- 颜色矩是一种简单有效的颜色特征表示方法,有一阶矩(均值,mean)、二阶矩(方差,viarance)和三阶矩(斜度,skewness)等,由于颜色信息主要分布于低阶矩中,所以用一阶矩,二阶矩和三阶矩足以表达图像的颜色分布,颜色矩已证明可有效地表示图像中的颜色分布。本代码很好的实现了对图片颜色矩的提取,并有详细的注释。(Color moment is said a simple and effective method of color feature, a moment (mean, mean)
实验一 图像颜色特征提取
- stricker和0reng0提出了颜色矩的方法,颜色矩是一种简单有效的颜色特征表示方法,有一阶矩(均值)、二阶矩(标准差)和三阶矩(斜度)等,由于颜色信息主要分布于低阶矩中,所以用一阶矩,二阶矩和三阶矩足以表达图像的颜色分布,颜色矩已证明可有效地表示图像中的颜色分布。 对彩色图像进行颜色矩特征参数提取,首先要将RGB彩色图像转换到HSV颜色空间,对图像的H、S、V颜色分量图像分别提取一阶颜色矩、二阶颜色矩、三阶颜色矩。(Image color feature extraction and f
color
- 图像颜色特征提取(三阶矩)完整代码;stricker和0reng0提出了颜色矩的方法,颜色矩是一种简单有效的颜色特征表示方法,有一阶矩(均值)、二阶矩(标准差)和三阶矩(斜度)等,由于颜色信息主要分布于低阶矩中,所以用一阶矩,二阶矩和三阶矩足以表达图像的颜色分布,颜色矩已证明可有效地表示图像中的颜色分布(Image color feature extraction (three moments) complete code;Stricker and 0reng0 proposed a metho
ColorMoments
- 提取图像RGB颜色空间内的颜色矩。颜色矩是图像重要的颜色特征,在图像检索、比对中具有重要作用。(Calculate the color moment of each color channel in RGB color space of an image)
基于颜色特征识别花朵和叶子
- 基于颜色矩(一阶矩和二阶矩)求出图像花朵和叶子区域。