An open API service indexing awesome lists of open source software.

https://github.com/willard-yuan/bovw

A c++ implemention of bag of virtual words
https://github.com/willard-yuan/bovw

Last synced: about 2 months ago
JSON representation

A c++ implemention of bag of virtual words

Awesome Lists containing this project

README

        

## BoVW
A C++ implemention of bag of virtual words

## Performance

1000 images

- num words: 500, NS Score: 2.708
- num words: 1000, NS Score: 2.791
- num words: 5000, NS Score: 3.018
- num words: 10000, NS Score: 3.154

## Useful package

- [CudaSift](https://github.com/Celebrandil/CudaSift)