How does OpenCV support for Python?
I know OpenCV supports python language for the users to access their modules.
But my question is how do they do, like
For Ex: They have open() API in the VideoCapture class which can be accessed either in c++ or python, but they have written the source code only in the c++ language. How do they do this conversion and where they were doing this conversion?
My question is how do they create in c++ and can give the support in python?
Thanks in Advance for the answer..