@@ -16,6 +16,8 @@ import functools
|
||||
|
||||
import cv2.cv as cv
|
||||
|
||||
from test2 import *
|
||||
|
||||
class OpenCVTests(unittest.TestCase):
|
||||
|
||||
depths = [ cv.IPL_DEPTH_8U, cv.IPL_DEPTH_8S, cv.IPL_DEPTH_16U, cv.IPL_DEPTH_16S, cv.IPL_DEPTH_32S, cv.IPL_DEPTH_32F, cv.IPL_DEPTH_64F ]
|
||||
@@ -2200,10 +2202,6 @@ class DocumentFragmentTests(OpenCVTests):
|
||||
self.assertEqual(self.hashimg(h1), self.hashimg(h3))
|
||||
self.assertNotEqual(self.hashimg(h1), self.hashimg(h2))
|
||||
|
||||
class NewTests(OpenCVTests):
|
||||
|
||||
pass
|
||||
|
||||
if __name__ == '__main__':
|
||||
print "testing", cv.__version__
|
||||
random.seed(0)
|
||||
|
Reference in New Issue
Block a user