mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-21 12:50:27 +08:00
16 lines
303 B
Python
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)
|
|
|