PyImageSearch / imutils

A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.
MIT License
4.51k stars 1.03k forks source link

I keep on getting the error,even after I tried every method I get this Error #222

Open tashdeepsaluja opened 3 years ago

tashdeepsaluja commented 3 years ago

from imutils.video import VideoStream ImportError: No module named imutils.video

Although if I am running python from Terminal and then to test run: import imutils import imutils.video, both works fine