Ask Your Question

Chanaka's profile - activity

2014-04-19 16:18:46 -0600 received badge  Nice Answer (source)
2014-03-24 11:48:03 -0600 received badge  Teacher (source)
2013-11-20 09:49:17 -0600 answered a question OpenCV 3.0.0-dev "Core_globbing" failure

Hi,

I think you have just built your OpenCV Sources and tried to test the compilation by running "./opencv_test_core" in e.g:- "opencv-2.4.7/build/bin" folder.

this testcase fails because there is no input images, therefore take any .jpg and .png pictures and rename these 2 pictures as lena.jpg and lena.png and copy them into "opencv-2.4.7/build/bin" folder and run again..., you will pass this case.

Thanks.