https://github.com/goruck/bow
Object classifier using the bag of words approach in OpenCV 3.2
https://github.com/goruck/bow
bag-of-words computer-vision cpp opencv3
Last synced: 14 days ago
JSON representation
Object classifier using the bag of words approach in OpenCV 3.2
- Host: GitHub
- URL: https://github.com/goruck/bow
- Owner: goruck
- Created: 2017-07-14T22:22:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T23:22:17.000Z (almost 9 years ago)
- Last Synced: 2025-02-25T23:13:13.928Z (over 1 year ago)
- Topics: bag-of-words, computer-vision, cpp, opencv3
- Language: C++
- Size: 80.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bow
A simple object classifier with Bag-of-Words using OpenCV 3.2.
Based on Roy Shilkrot's [foodcam](https://github.com/royshil/FoodcamClassifier) and updated to work with OpenCV 3.2.