Python Wrapper for BoW
There doesn't seem to be a Python wrapper for BoW. Or is there some other method to use it?
There is no python binding for BoW. I'm interested to this feature too, maybe, with some explanation of how to use the custom binding, I will port this feature one day... To the best of my knowledge, there is no documentation page on how to bind C++ features in python, this page could be very interesting.
Asked: 2013-04-06 01:40:48 -0600
Seen: 762 times
Last updated: Apr 06 '13
@jayrambhia did you find anything yet? I saw this: http://answers.opencv.org/question/34700/bowkmeanstrainer-in-python/ I guess one just will have to generate wrappers on their own.