You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just trying your code first thus, I still haven't touched any part on it. However, I am receiving this error:
error: OpenCV(4.7.0) [D:\a\opencv-python\opencv-python\opencv\modules\features2d\src\draw.cpp:228](file:///D:/a/opencv-python/opencv-python/opencv/modules/features2d/src/draw.cpp:228): error: (-201:Incorrect size of input array) matchesMask must have the same size as matches1to2 in function 'cv::drawMatches'
I tried searching the solution but most of them are using C++ and not Python. Can you help me with this problem please? Greatly appreciated. Thank you.
The text was updated successfully, but these errors were encountered:
This repository was written four years ago and the old library it used is now deprecated. You had used OpenCV version 4.7.0, which caused errors. I am currently upgrading the usage of this repository. You can make a pull request, install the required dependencies, and then follow the updated instructions step by step in the file.
Hello.
First of all, thank you for publishing your panorama source code. It was woderful and it was very helpful.
I am having a problem with this part:
I was just trying your code first thus, I still haven't touched any part on it. However, I am receiving this error:
I tried searching the solution but most of them are using C++ and not Python. Can you help me with this problem please? Greatly appreciated. Thank you.
The text was updated successfully, but these errors were encountered: