Using opencv and python on the pi 2 with IDLE -
i wanted write few scripts image processing using opencv run in idle on pi 2. have installed opencv using virtual environment. works in terminal , run cv use workon cv
enter virtual environment in python can run import cv2
.
how can use import cv2
in idle? or maybe should say, how can use workon cv2
in idle?
also, writing lot of scripts on summer regarding image processing , not, should use instead of idle (or maybe idle perfect)? novice python programmer, in case haven't noticed :)
Comments
Post a Comment