six1eight75
Aug 19, 2013 - 02:04
Is there a way to import open cv using Pythonista's interpreter?
Is there a way to import open cv using Pythonista's interpreter?
Any help greatly appreciated!
In the Pythonista interpreter, type:
help('modules') to get a full list of all importable modules. Unfortunately there is no cv, cv2, opencv in that list.
If cv is in pypi (https://pypi.python.org/pypi) then you could try pipista (http://omz-software.com/pythonista/forums/discussion/119/pipista-2-0-bugs-in-pythonista-current-progress) but it only works with pure python modules. Please let us know if you have success.