搜索资源列表
CBIR-matlab.rar
- matlab编程,基于颜色和纹理的图像检索算法的研究,思路清晰,方法有效。,matlab programming, based on the color and texture image retrieval algorithm is clearly thought effective.
gift-0.1.14.tar.gz
- The GIFT (the GNU Image-Finding Tool) is a Content Based Image Retrieval System (CBIRS: http://en.wikipedia.org/wiki/CBIR). It enables you to do Query By Example (QBE: http://en.wikipedia.org/wiki/QBE) on images, giving you the opportunity to improve
imQuery
- 老外開發的簡單CBIR演算法 使用Histogram-Foreigners developed a simple CBIR algorithms use Histogram
CBIR
- 用matlab实现的基于颜色特征的图像检索系统。-Using matlab to achieve the color-based Image Retrieval System.
CBIR
- 介绍一种基于内容的医学图像检索方案,是我们当初做的一个方案。-AN Introduction about Content-Based Medical Image Retrieval
39709592CBIR-matlab
- 基于内容的图像检索主颜色直方图的提取,从图像的获取到直方图现实到特征的提取,最后根据图像检索出与所给图像最相似的图像。-Content-based image retrieval dominant color histogram extracted from the images to get to the real histogram feature extraction, the last based on the image to retrieve the image with the m
cbir
- 用的是局部颜色特征,再说细点是用里面的区域颜色直方图的方法。把图像归一化到256X256,把图像分成4X4块,计算16个区域的颜色直方图、、、 最后计算相似度是用欧氏距离.-Using local color feature, repeat fine-point is inside the regional color histogram method. The normalized image to 256X256, the image is divided into 4X4 blocks
CBIR
- A paper that I presented on Supervisory Control and Data Acquisition (SCADA) won the second prize at the symposium conducted by the Electrical and Electronics Engineering department of the SRM University. Other topics on which I presented papers were
cbir-gui
- 一种基于图像颜色直方图的颜色检索方法,编程实现图形用户接口GUI。-A color histogram-based color image retrieval method, graphical user interface programming GUI.
CBIR
- Content Based Image Retrieval
cbir
- 用于进行图像类别识别的程序。根据初步的区域分割结果,对图像之间的区域进行匹配。-Image for the type of identification procedures. According to the preliminary results of the regional division, the area between the image matching.
mmsp08
- Feature extraction is a key issue in contentbased image retrieval (CBIR). In the past, a number of texture features have been proposed in literature, including statistic methods and spectral methods. However, most of them are not able to accu
40
- 近年来,随着互联网的高速发展,网上的多媒体信息也急剧增加,这些多媒体信息以图像为主。如何从浩瀚的图像数据库中快速、准确地找出所需要的图像,己成为一个备受关注的研究课题。有效地组织、管理和检索大规模的图像数据成为迫切需要解决的问题。于是基于内容的图像检索(Content-Based Image Retrieval: CBIR)作为一个崭新的研究领域出现了。 本课题拟研究、分析彩色图像红、绿、蓝三基色直方图的生成、特征提取和相似度等问题,应用图像的颜色信息—三基色直方图对图像进行检索。针对基于颜
CBIR
- Graph-Cut Transducers for Relevance Feedback in Content Based Image Retrieval, Relevance Feedback for Content-Based Image Retrieval Using Bayesian Network,CONTENT BASED IMAGE RETRIEVAL,Relevance Feedback,A survey of browsing models for content based
cbir
- Client/Server programs to support image retrieval: Client side program submits retrieval query (query parameters and positive/negative samples) to the network server. The server side program takes the query and creates the MATLAB engine insta
matlab-Imagechange
- 这是一个matlab图像变换程序包,包括傅里叶变换、离散余弦变换、Radon变换等-This is an image transform matlab package, including Fourier transform, discrete cosine transform, Radon transform
CBIR
- This code implements the concept of content based image retrieval concept using the technique described in The Application of DWT and SVD in Image Retrieval.
cbir-GA-code
- its the matlab coding for pattern recoganization in image processing using genetic algorithm-its the matlab coding for pattern recoganization in image processing using genetic algorithm
CBIR-document
- CBIR is retrieval of images based on some query or example images. It is also called Query based image retrieval. Firstly, this report outlines a descr iption of the primitive features of an image color and shape. These features are extracted and use
SIFT-MATLAB
- 提取图像的SIFT特征,用于图像内容的检索,matlab语言编写的程序(Extract SIFT features of images for image retrieval.)