Files
scikit-image/scikits/image/opencv/__init__.py
T
2009-10-15 13:28:21 +02:00

10 lines
183 B
Python

import ctypes
import sys
# try to open the opencv libs
# prints a warning if the libs are not found
from _libimport import cv
from opencv_constants import *
from opencv_cv import *