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
- Host: GitHub
- URL: https://github.com/willard-yuan/bovw
- Owner: willard-yuan
- Created: 2016-08-07T09:33:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-03T07:59:25.000Z (over 8 years ago)
- Last Synced: 2025-04-07T13:11:26.118Z (2 months ago)
- Language: C++
- Homepage:
- Size: 4.61 MB
- Stars: 8
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)