Do I need to install all these 3 libs or just one? OpenCV

Viewed 300

Have read many SOF questions about OPENCV, they all tell me what each of them is.

When I see so many different but similar names, I feel great confusion. I thought I need to just install opencv-python, but then out of sudden, I found there is another one which looks correct to me as well, py-opencv.... Gosh which one is the correct?!!!

So my question is: In a newly created conda environment, I'd like to add open-cv to use in my Python Jupyter Notebook. Do I need to install all of them or just one?

Them: opencv, Python-OpenCV(opencv-python), py-opencv, libopencv

One: py-opencv or opencv-python

enter image description here

0 Answers
Related