Files
scikit-image/scikits/image/opencv/__init__.py
T
sccolbert 1e1958b414 added 4 warping functions. Added CvMat support.
Added cvGetRectSubPix, cvGetQuadrangleSubPix, cvWarpAffine, cvWarpPerspective.
As a byproduct added CvMat support.
2009-10-16 21:25:20 +02:00

10 lines
191 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, cxcore
from opencv_constants import *
from opencv_cv import *