mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-23 13:10:18 +08:00
10 lines
183 B
Python
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 *
|