GithubHelp home page GithubHelp logo

bagofvisualwords's Introduction

Place Recognition using Bag of Visual Words

Place recognition using Bag of Visual Words (BoVW) in C++ is a method in computer vision for identifying and matching locations or scenes based on visual features extracted from images. It involves representing images with local descriptors, quantizing them into a visual vocabulary, and generating histograms of visual word occurrences. This approach is widely used in tasks like image retrieval and scene recognition, and typically involves libraries like OpenCV for implementation.

More information on this project can be found on this page

This project was built as the final project from the course "Modern C++ for Computer Vision and Image Processing", taught by Ignacio Vizzo. This project was a jointly built by Yash Goel and myself.

Running the Project

In the generated folder results, the binary by the name of main in placed in the bin folder. This can be simply executed by running this binary with one argument as the destination of the folder where your images are kept.

For example:

./main /path/of/images/

  • Results are automatically opened in the web browser through display_bow_results.html. Close the browser after inspection and return to terminal to move forward. The program runs in a loop reading query images till whenever the user wants.

  • Binaries of sift descriptors and histograms are generated in folders bin and histogram respectively in the bow_data folder.

  • Make sure your images are in the folder name images.

Webpage adapted from here.

bagofvisualwords's People

Contributors

vardeep-sandhu 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.