Home | History | Annotate | Download | only in test

Lines Matching refs:tostring

15         self.assert_(len(pilim.tostring()) == len(cvim.tostring()))
44 image.tostring()
46 self.assertEqual(cnt, 0, msg="After tostring(): CountNonZero=%i" % cnt)
53 image.tostring()
55 self.assertEqual(cnt, 0, msg="Repeating tostring(): Mean CountNonZero=%.3f" % (1.*cnt/self.repeat))
62 image.tostring()
64 self.assertEqual(cnt, 0, msg="Repeating create and tostring(): Mean CountNonZero=%.3f" % (1.*cnt/self.repeat))
72 image.tostring()
75 self.assertEqual(cnt, 0, msg="Repeating and memorizing after tostring(): Mean CountNonZero=%.3f" % (1.*cnt/self.repeat))