GithubHelp home page GithubHelp logo

bvlad's Introduction

BVLAD

This is a matlab implementation of the BVLAD descriptor

Introduction

This is my Digital Image Processing project. The work is entirely based on the paper CAMERA-BASED INDOOR POSITIONING USING SCALABLE STREAMING OF COMPRESSED BINARY IMAGE SIGNATURES
The project is meant to be an implementation of a indoor positioning system: giving a query image that is not present in the database the system will give you the most probable position in the building according to image that you presented. The dataset used for testing is the following http://www.navvis.lmt.ei.tum.de/dataset/

How to run

  • Put your DB of images in "cell_imgs/*.jpg" and your query image in 'query_imgs/*.jpg'
  • First, generate the dictionary using compute_dictionary.m. To do that you will need tons of images and probably use parallel toolbox on matlab, by the way kmeans matlab function is not so optimized to work on many cores, you need to pay attenction and do a lot of tests.
  • Extract the BVLAD features of your database of images using compute_cell.m
  • If you want you can use the files that I provide for the test ('centroidi.mat' or 'centroidi15M.mat', and 'cell_db.mat')
  • Use main_cell.m

#Bag of words There is also an implementation using Bag of words (BoW) but it's not manteained, and it's only for testing.

#Authors

bvlad's People

Contributors

marcociccone avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.