ImportError: No module named cv
Any help? I'm usine "Pythonista" interpreter from an iphone and I get the above error after >>> import cv
Any help? I'm usine "Pythonista" interpreter from an iphone and I get the above error after >>> import cv
Asked: 2013-08-18 17:11:26 -0600
Seen: 6,788 times
Last updated: Aug 18 '13
BRISK runs out of memory on iOS
OpenCV face detection in iPhone
openCV 2.4.3 iOS background_segm.hpp 'list' file not found
Opencv: Inject sound from web cam microphone to recording avi
Image quality Parameters in opencv ( noise + distortion )
Make a ID for detected face and count the number of people in a minute
Can't detect face on iPhone when iPhone is in Landscape mode.
don't use the old cv api, it'll get discarded soon.
instead, import cv2, and use that, together with numpy