Files
scikit-image/scikits/image/opencv/__init__.py
T

16 lines
303 B
Python

import ctypes
import sys
# try to open the opencv libs
# raise an exception if the libs are not found
from _libimport import cv
from opencv_constants import *
from opencv_cv import *
#def test(level=1, verbosity=1):
# from numpy.testing import Tester
# return Tester().test(level, verbosity)