Welcome![Sign In][Sign Up]
Location:
Search - MATLAB,基于内容的图像检索系统

Search list

[Other基于颜色特征的图像检索系统

Description: 这是个MATLAB程序。关于内容的图像检索系统
Platform: | Size: 3677829 | Author: 1049682841@qq.com | Hits:

[Graph programimageretrieval_matlab

Description: 基于内容的图像检索系统,用matlab编写的,用户可以方便地修改添加新特征,减少工作量。-Content-based image retrieval systems, written with matlab, the user can easily modify to add new features, reduce the workload.
Platform: | Size: 7168 | Author: lili | Hits:

[Wavelet40

Description: 近年来,随着互联网的高速发展,网上的多媒体信息也急剧增加,这些多媒体信息以图像为主。如何从浩瀚的图像数据库中快速、准确地找出所需要的图像,己成为一个备受关注的研究课题。有效地组织、管理和检索大规模的图像数据成为迫切需要解决的问题。于是基于内容的图像检索(Content-Based Image Retrieval: CBIR)作为一个崭新的研究领域出现了。 本课题拟研究、分析彩色图像红、绿、蓝三基色直方图的生成、特征提取和相似度等问题,应用图像的颜色信息—三基色直方图对图像进行检索。针对基于颜色的图像检索,本文采用应用广泛的RGB颜色空间来表示图像的颜色特征,对颜色分量进行等间隔量化并形成特征矢量并对特征矢量进行归一化处理,采用图像均匀分块的方法引入图像中色彩所处的位置信息,用距离度量函数进行图像的相似性匹配。在此基础上实现了基于三基色直方图算法的检索系统。 本文的研究和实践对于促进基于内容的图像数据库检索技术的应用具有一定的参考价值和实践意义。-With the rapid development of Internet, the multimedia information is booming. All this information is mostly images. Effective recognizing, management and searching all these images have been an emergent problem. This has led the rise of a new research and development field: Content-Based Image Retrieval (CBIR). The topics to research, analysis color images red, green and blue color histogram generation, feature extraction and the similarity of the issues, application of the color image- trichromatic histogram of the image retrieval. Based on the color against the static image retrieval, this paper application of a wide range of RGB color space to indicate the color image features, the color components, such as spacing and quantitative characteristics of a feature vector and a normalization of vector processing, using uniform image block the introduction of the method in which the color image Location information, and distance measuring function similar to the image of the match. On
Platform: | Size: 408576 | Author: qichao | Hits:

[Database system70

Description: 随着多媒体、网络技术的迅速发展,图像信息的应用日益广泛,对规模越来越大的图像数据库、可视信息进行有效的管理成为迫切需要解决的问题,灵活、高效、准确的图像检索策略是解决这一问题的关键技术之一。因此,基于内容的图像检索已成为国内外学者研究的主要热点问题,并取得了不少的成果。 本文主要对当今热门的基于内容的图像检索技术进行了研究,重点对它的算法进行研究。在半年的时间里,通过查阅很多相关的资料,并认真学习了基于内容的图像检索的基本理论,特别是深入研究了颜色直方图理论和累加直方图算法,最后在MATLAB平台下编程实现此系统,该系统可以实现基本图像检索的功能,根据用户输入的样本图像来与图像库中的图像进行特征匹配,然后找出与样本图像距离比较小的若干幅图像,并按照图像之间的距离由小到大的顺序显示给用户。 经过对该系统进行反复的调试运行后,该系统所实现的功能基本达到了设计目标,并且运行良好。当用户提供出所要查询的关键图后,系统就可以从用户提供的图像库中检索到与关键图相似的图片并排序返回给用户,达到了预期效果。 -With the rapid development of the multimedia and the network technology, the image information becomes more widely available, increasing the size of the image database, visual information for effective management of an urgent need to address the problem, flexible, efficient and accurate image retrieval strategy solve this problem one of the key technologies. The researchers are so keen on Content-Based Image Retrieval that they have made much progress. In this paper, today s popular content-based image retrieval technology is analyzed. And it mainly focuses on the research of its algorithm. In a period of half a year, Through access to relevant information and to seriously study the content-based image retrieval of the basic theory, in particular, in-depth study of the color histogram theory and cumulative histogram algorithm. Finally, this system should be implemented under the platform of the MATLAB by programming. In this system, the basic image retrieval functions can be achieved.
Platform: | Size: 380928 | Author: qichao | Hits:

[Special EffectsEdgeandColorImageRetrievalTechnology

Description: 该功能具有图像检索功能,基于内容图像检索系统,运用c++与matlab的结合,各取所长,开发成为满意的软件。-This feature has the image retrieval, content-based image retrieval system using c++ and matlab combination of different advantages, development of a satisfactory software.
Platform: | Size: 4104192 | Author: 穆振兴 | Hits:

[Special Effectsfun_pcnn

Description: 基于PCNN的特征提取,PCNN用于特征提取时,具体平移、旋转、尺度、扭曲等不变性,这正是许多年来基于内容的图像检索系统追求的目标,同时PCNN用于特征提取时,有很好的抗噪性。而且PCNN直接来自于哺乳动物视觉皮层神经的研究,具有提取图像形状,纹理,边缘的属性。用PCNN能很好地对图像进行签名,将二维的图像的特征提取成一维矢量签名。-Feature extraction of specified object is an important preprocessing stage in machine vision systems. In this paper, we present a novel hybrid feature extraction method using PCNN (Pulse Coupled Neural Network) and shape information. First, we use PCNN firing map train to formulate object’s time signature, then we use roundness of each firing map to formulate object’s shape information vector, the final feature matrix we got is combined time signature and roundness. We take correlations as our judge criteria in our experiments. It has been proved that the algorithm is not sensitivity with the rotation, scaling and translation of the object and is a useful method for target recognition applications.
Platform: | Size: 1024 | Author: wangxiaofei | Hits:

[Special EffectsTamura

Description: 该代码为用tamura算法提取图像的纹理特征,包括粗糙度、对比度等,可用于基于内容的图像检索系统-The code for the algorithm used tamura extracted texture features, including roughness, contrast, etc., can be used for content-based image retrieval system
Platform: | Size: 5120 | Author: vivi | Hits:

[source in ebookCBIR-HIST

Description: 本文主要对当今热门的基于内容的图像检索技术进行了研究,重点对它的算法进行研究。在半年的时间里,通过查阅很多相关的资料,并认真学习了基于内容的图像检索的基本理论,特别是深入研究了颜色直方图理论和累加直方图算法,最后在MATLAB平台下编程实现此系统,该系统可以实现基本图像检索的功能,根据用户输入的样本图像来与图像库中的图像进行特征匹配,然后找出与样本图像距离比较小的若干幅图像,并按照图像之间的距离由小到大的顺序显示给用户。-This paper focuses on today' s most popular content-based image retrieval techniques are studied, with emphasis on its algorithm research. In six months time, through access to a lot of relevant information, and carefully study the content-based image retrieval of the basic theory, particularly in-depth study of the color histogram and cumulative histogram algorithm theory, and finally in the MATLAB programming platform to implement this system The system can achieve the basic function of image retrieval, based on user input sample images and pictures of the image feature matching, then find and relatively small sample image from several images, and in accordance with the distance between the images from the small to large order to the user.
Platform: | Size: 3686400 | Author: 周佳森 | Hits:

CodeBus www.codebus.net