Status of Python 3 Bindings for OpenCV [closed]
What is the status of supporting Python 3 in OpenCV? Is anyone in the community already working on supporting Python 3? I'm asking because a project I am working on uses Python 2 + OpenCV but would like to transition to Python 3. I would be willing to help support Python 3 if there is an interest in the OpenCV community.
work on Python 3 support is already started. I am not sure what is the status now. You can check the python module in git repo: https://github.com/Itseez/opencv/tree/master/modules/python/src2 . Try to compile it with python 3 and please let's know what is the condition.
See issue 2811 for tracking.