-
-
-
Study on Forensic Image Retrieval
... the performance of different image features and that of different similarity measurements in a content-based image retrieval (CBIR) system using forensic images as the testing gallery. This special gallery contains 400 forensic images in 8 ...
-
基于文本检索技术的CBIR算法研究
为了有效地利用成熟的文本检索技术,提出了一种新的图像检索算法。根据人眼的视觉特性,借鉴方块编码的思想将图像分成互不重叠的子图像块,这些子图像块在很大程度上体现了原始图像中的边缘及纹理信息,对这些子图像块进行定义,从而构造对表征图像内容有意义的图像子特征;在此基础上,把图像动态映射成文本描述形式,然后以所映射的文本为关键字,利用成熟的文本检索技术来实现图像检索。该算法不仅充分利用了图像的内容信息,而且有效地引入了文本检索技术,实验结果表明该算法具有较高的检索效率。
-
ann_cbir
An ANN-based Image CBIR server
ann_cbir is an ANN-based image CBIR server.
It is built on two libraries:
1. ANN (http://www.cs.umd.edu/~mount/ANN/)
2. dlib C++ library (http://dclib.sourceforge.net/)
-
CBIR_GA
Perceptive cbir
Name: Similarity Calculator
author: Shirish Reddy P
Description:
Calculates similar images using genetic algorithms and Haar wavelets
Installation:
Uses C++, Qt, Opencv Libraries
IDE used : Eclipse
-
lire-sparsevw
... -based image content indexing and search engine developed by Mathias Lux.
This project uses LIRE to support sparse visual word-based CBIR (content-based image retrieval). It modifies partly the codes of LIRE. The codes for this project are found at lire- ...
-
labvisao
Intended to be the repository of CV Laboratory classes' work
Simple CBIR project to Computer Vision Lab classes.
This project uses opencv 2.1.
#To Compile
make
#To run
./similar image.jpg listofimages.txt
-
fire-cbir
(Fork of) FIRE - Flexible Image Retrieval Engine
A short install description is in Documentation/install.txt
If you use FIRE for your research we kindly ask you to cite our papers describing FIRE.
Ideally you cite:
Deselaers, T., Keysers, D., Ney, ...
-
MSU-CSE484-Python-Content-Based-Image-Retrieval
... [here](https://github.com/zachriggle/MSU-CSE484-Content-Based-Image-Retrieval).
# ***Old Documentation for Legacy Sake***
# Using Py-CBIR
MSU Py-CBIR is modularized for easy use.
- processFeatures.py
- Processes a feature file into an in-memory ...
-
MSU-CSE484-Content-Based-Image-Retrieval
... the provided directory (in this case, `docs`).
$ mkdir docs
$ ./cbir --feature=features/esp.feature.hdf5 \
--build-clusters \
--bag- ... to a memorable path, for example `/path/to/cbir/index/docs.index` (which is the default location) ...
-