Razorhead

Results 1 issues of Razorhead

In base.py, `try: import cv2.cv as cv except ImportError: try: import cv except ImportError: raise ImportError("Cannot load OpenCV library which is required by SimpleCV")` Since the newest OpenCV only support...