Expected behaviour
Hi, I can see by checking the changelog here: https://github.com/opencv/opencv/wiki/ChangeLog
that the dnn_superres module was included in the contrib package in version 4.1.2. But when I install the latest 4.2.0.34 version from here https://pypi.org/project/opencv-contrib-python/ , then this module can't be imported
Error:
ImportError: cannot import name 'dnn_superres'
Actual behaviour
The import should work fine as this module should be included from version 4.1.2 and above.
Steps to reproduce
pip install opencv-contrib-python
from cv2 import dnn_superres
Expected behaviour
Hi, I can see by checking the changelog here: https://github.com/opencv/opencv/wiki/ChangeLog
that the dnn_superres module was included in the contrib package in version 4.1.2. But when I install the latest 4.2.0.34 version from here https://pypi.org/project/opencv-contrib-python/ , then this module can't be imported
Error:
ImportError: cannot import name 'dnn_superres'
Actual behaviour
The import should work fine as this module should be included from version 4.1.2 and above.
Steps to reproduce
pip install opencv-contrib-python
from cv2 import dnn_superres