Created
April 22, 2013 21:21
-
-
Save jayrambhia/5438652 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
└─[$] <git:(Image/cvmat_con)> nosetests tests.py | |
...........................................................................................OpenCV Error: Assertion failed (src.depth() == dst.depth() && src.size == dst.size) in cvCopy, file /home/jay/Downloads/OpenCV-2.4.4/modules/core/src/copy.cpp, line 557 | |
E............................................................................................../home/jay/Git/SimpleCV/SimpleCV/ImageClass.py:12889: RuntimeWarning: invalid value encountered in divide | |
harmonic_mean = detA / traceA | |
..WARNING: stepic library required | |
WARNING: stepic library required | |
.........................../home/jay/Git/SimpleCV/SimpleCV/ImageClass.py:13431: UserWarning: 0 intensity means no blurring | |
warnings.warn("0 intensity means no blurring") | |
.... | |
====================================================================== | |
ERROR: SimpleCV.tests.tests.test_segmentation_running | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/jay/Git/SimpleCV/SimpleCV/tests/tests.py", line 1398, in test_segmentation_running | |
segmentor.addImage(i1) | |
File "/home/jay/Git/SimpleCV/SimpleCV/Segmentation/RunningSegmentation.py", line 50, in addImage | |
self.mModelImg = Image(cv.CreateImage((img.width,img.height), cv.IPL_DEPTH_32F, 3)) | |
File "/home/jay/Git/SimpleCV/SimpleCV/ImageClass.py", line 1027, in __init__ | |
cv.Copy(source, self._bitmap, None) | |
error: src.depth() == dst.depth() && src.size == dst.size | |
---------------------------------------------------------------------- | |
Ran 219 tests in 238.361s | |
FAILED (errors=1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment