Python module: OpenCV open source

Question:

I have modules OpenCV was added.
But I can’t import it.

import cv2 #name 'cv2' is not defined

Sorry for this simple question. I’m newbie and I can’t find the answer

My modules when I checked by help("modules")

Asked By: Linh

||

Answers:

maybe your package it’s not installed correctly try this :

pip uninstall cv2
pip uninstall cv2

in your command line

Answered By: MJ Sameri
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.