Avinash793 / panoramic-image-stitching

Create panorama image using invariant features from given set of overlapping images.
MIT License
208 stars 61 forks source link

I am encountering this error. Kindly help me out. #1

Closed Sarala1 closed 5 years ago

Sarala1 commented 5 years ago

Traceback (most recent call last): File "C:/Users/user/PycharmProjects/Panoramic-Image-Stitching-using-invariant-features-master/panorama.py", line 2, in import imutils File "C:\Users\user\PycharmProjects\untitled\venv\lib\site-packages\imutils__init__.py", line 8, in from .convenience import translate File "C:\Users\user\PycharmProjects\untitled\venv\lib\site-packages\imutils\convenience.py", line 6, in import cv2 ModuleNotFoundError: No module named 'cv2'

Process finished with exit code 1

Avinash793 commented 5 years ago

Please install OpenCV. If installed then you have to reinstall. It may happen that it has not correctly installed.

Sarala1 commented 5 years ago

I have installed opencv 3.4.4. But i am not getting. Please help me.

Avinash793 commented 4 years ago

@Sarala1 , I have used opencv version 3.3.0.

Avinash793 commented 7 months ago

@Sarala1 We have updated the repo to use latest libraries as of 2024. You can now give a shot!