Bag of Words without using OBJECT CATEGORIZATION functions [closed]
Hi! Does anyone know how to implement BOW clustering and obtaining the histogram BUT without using the BOW classes in OpenCV?
- I am using a OpenCV plugin inside Unity and it doesn't contain this BOW functions.
Thank you all!
A bug is an animal, where as a bag is a container for visual words. That being said, if you want to implement BOW without using the actual functionality used for BOW, then why the hell would you do that? Start digging into the BOW source code and see what seperate functions are being used I guess.
Thanks for your support. As I said, I am using an OpenCV plugin inside Unity which doesn't have the BOW class functions. Finally, I have already done it by myself.
Then this can be closed down.