Ask Your Question

etbastro's profile - activity

2015-02-11 20:55:41 -0600 commented question importing ComputerVision 2.3.1

Thanks Steven, I followed your advice and it seems to be working OK now.

2015-02-11 12:05:41 -0600 commented question importing ComputerVision 2.3.1

Thanks Steven, I think I was reading a book on OpenCV and it must have told me to install that version in its instructions. How do I uninstall the old version to move on to the more stable version? I have been using SimpleCV without any problems, but only had the import problem trying to import cv2 methods. I am using the latest version of Raspbian that came out in January. Trying to learn computer vision by using a Logitech C310 webcam.

2015-02-10 22:13:46 -0600 asked a question importing ComputerVision 2.3.1

I am having problems trying to work some examples of ComputerVision. The library i have is the above. But whenever I try to import cv or cv2 I get an error and if I leave out the import statement the cv in the statement kicks an error saying that cv is not defined. I have searched the web, but cannot find any way to import this library's methods or get ComputerVision to work with my Raspberry Pi Python.