alasin / Digital-Archive-CBIR

A simple Image retrieval system built using NodeJS. Work in progress.
10 stars 3 forks source link
cbir image-processing image-retrieval nodejs opencv

Digital-Archive-CBIR

This is a simple tag and content-based image retrieval platform built atop Node.js. Express framework has been used for frontend.

XQuery based BaseX XML engine has been used for tag-based search. For CBIR, a 3D color histogram based technique and a Bag-of-Features descriptor model on SIFT features has been used. OpenCV library has been used.

By no means is this a flawless platform structure and does require some work. OpenCV code is fairly modularized and could be used independently for other projects. Suggestions are welcome.

CODE STRUCTURE

DEPENDENCIES

For a more detailed description of above directories, go through README for the specific directory.