CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Matlab image retrieval
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Matlab image retrieval - List
[
Special Effects
]
CBIR
DL : 0
本程序实现了基于内容的图像检索功能,也就是说如何根据图像的内容从多媒体数据库中索引或发现匹配的图像,所用的方法是傅立叶变换,小波变换等技术.-the program content-based image retrieval functions, in other words how images from the multimedia database indexing or find matching images, the methodology used is the Fourier transform, wavelet technology.
Update
: 2025-02-19
Size
: 20kb
Publisher
:
陈建文
[
matlab
]
CBIR-matlab.tar
DL : 1
matlab编程,实现了基于内容的图像检索,基于颜色直方图和边缘直方图-Matlab programming, achieve a content-based image retrieval, based on the color histogram and the marginal histogram
Update
: 2025-02-19
Size
: 4kb
Publisher
:
egal
[
Other
]
A-Texture-Descriptor-for-Image-Retrieval-and-Brows
DL : 0
Image Descriptions for Browsing and Retrieval-Descriptions for Image Browsing and Retri eval
Update
: 2025-02-19
Size
: 1.39mb
Publisher
:
郭文
[
Special Effects
]
finalapplication
DL : 1
这是从外国网站下载下来的,关于图像检索的matlab程序,带有界面,和实验用图像。程序运行具体说明在Instructions文件中。-This is a foreign website down on the Matlab image retrieval procedures, interface with, and the experimental images. Procedures specified in the Instructions document.
Update
: 2025-02-19
Size
: 1.53mb
Publisher
:
韩月
[
Special Effects
]
ann_1.1.1.tar
DL : 0
用于高维数据的检索或最临近索搜索 高维数据处理一直是计算机数据挖掘, 图像检索方向的难点, 该算法是一种近似最临近方法, 效率提高比较多的-For high-dimensional data retrieval or the cable near the search deal with high dimensional data has always been a computer data mining, image retrieval difficult direction, the algorithm is a method similar to the most close to, improve the efficiency of a relatively large number of
Update
: 2025-02-19
Size
: 574kb
Publisher
:
武而用
[
Special Effects
]
Image+retrieval+matla
DL : 0
我自己写的用hilbert曲线扫描图像后,进行图像检索的代码,里面有很多有用的代码,有部分是在国外网上淘的-I wrote it myself using hilbert curve scanned image after image retrieval code, which has many useful code, some of the Amoy abroad online
Update
: 2025-02-19
Size
: 6kb
Publisher
:
leo
[
matlab
]
tuxiang
DL : 1
matlab做的图像检索源码,算法实现不错,很有借鉴作用,对初学者更是适用。-matlab source code to do image retrieval algorithm to achieve good, very useful reference for beginners it is applicable.
Update
: 2025-02-19
Size
: 641kb
Publisher
:
xiaowei
[
Special Effects
]
imageretrieval
DL : 1
基于颜色的图像检索,采用累积多种距离衡量算法-Color-based image retrieval, using a variety of distance measuring algorithm cumulative
Update
: 2025-02-19
Size
: 4kb
Publisher
:
jiashijie
[
Special Effects
]
texture
DL : 1
这个matlab程序是基于纹理的图像检索源码,纹理特征是图像的基本特征特征之一,所以基于纹理的图像检索是图像处理的热点。-The matlab program is based on the source texture image retrieval, texture image is characterized by one of the characteristics of the basic features, so texture-based image retrieval is a hot image processing.
Update
: 2025-02-19
Size
: 645kb
Publisher
:
GuanXin
[
Special Effects
]
CBIR-matlab
DL : 0
matlab编程,基于颜色和纹理的图像检索算法的研究,思路清晰,方法有效。-matlab programming, based on the color and texture image retrieval algorithm is clearly thought effective.
Update
: 2025-02-19
Size
: 135kb
Publisher
:
jiashijie
[
Graph program
]
edgedir_his
DL : 0
基于边缘方向直方图的图像检索matlab程序,直方图为提取8个方向的的统计概率,对于花朵、人脸、汽车的检索效果很好。-Edge direction histogram based image retrieval matlab procedures, histogram for the extraction of the eight directions of statistical probability, for flowers, human faces, cars good search results.
Update
: 2025-02-19
Size
: 7kb
Publisher
:
xiaobao
[
Graph program
]
3D_Moment_Invariant
DL : 0
Hu的七个不变矩在图像匹配检索中适用广泛。本代码仅计算图像间Hu的七个矩的D2大小,直观的了解Hu矩的应用-seven moment invariants in image retrieval in the application of broad match. Only the calculation of the code between the image of the seven Hu moments D2 size, intuitive understanding of the application of Hu Moment
Update
: 2025-02-19
Size
: 348kb
Publisher
:
oyq
[
Wavelet
]
40
DL : 0
近年来,随着互联网的高速发展,网上的多媒体信息也急剧增加,这些多媒体信息以图像为主。如何从浩瀚的图像数据库中快速、准确地找出所需要的图像,己成为一个备受关注的研究课题。有效地组织、管理和检索大规模的图像数据成为迫切需要解决的问题。于是基于内容的图像检索(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
Update
: 2025-02-19
Size
: 399kb
Publisher
:
qichao
[
Special Effects
]
liuwei
DL : 0
基于sift特征的图像检索,其他网站很难找到的 文件很详细希望会对大家有所帮助-Sift-based Image Retrieval, other sites is difficult to find a document in great detail which I think may be helpful to everyone
Update
: 2025-02-19
Size
: 9.91mb
Publisher
:
liuwei
[
Special Effects
]
segment-image
DL : 0
基于matlab的颜色特征图像分割的图像检索源程序-Based on the color characteristics of image segmentation matlab image retrieval source
Update
: 2025-02-19
Size
: 2kb
Publisher
:
张楠
[
matlab
]
m1
DL : 0
matlab 基于形状的图像检索算法 关于七个不变矩的主要算法 中 主要体现出 输入输出 的步骤! -matlab image retrieval algorithm based on the shape of seven invariant moments on the main algorithm is mainly reflected the input and output of the steps! ! ! ! ! ! !
Update
: 2025-02-19
Size
: 15kb
Publisher
:
边雅萌
[
matlab
]
m2
DL : 0
matlab 基于形状的图像检索算法 关于七个不变矩的主要算法 中 主要体现出 输入输出 的步骤! -matlab image retrieval algorithm based on the shape of seven invariant moments on the main algorithm is mainly reflected the input and output of the steps! ! ! ! ! ! !
Update
: 2025-02-19
Size
: 7kb
Publisher
:
边雅萌
[
Special Effects
]
imQuery
DL : 0
基于颜色的图像检索,可自行改变结果数,代码简,可用于图像检索初学者学习!-Color-based image retrieval, they are free to change the number of results, the code simple, can be used to image retrieval for beginners!
Update
: 2025-02-19
Size
: 5.19mb
Publisher
:
huoxinglin
[
Special Effects
]
image-retrieval
DL : 0
基于反馈的方法进行图像检索,用 matlab 实现-image retrieval
Update
: 2025-02-19
Size
: 11kb
Publisher
:
guojuan
[
Graph Recognize
]
CNN for Image Retrieval Using MatConvNet.tar
DL : 0
使用深度学习框架-MatConvNet实现图像检索(Code for image retrieval using MatConvNet (a popularDeep Learning framework))
Update
: 2025-02-19
Size
: 3.19mb
Publisher
:
不屈的意志
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.