Problems while running tests after compiling opencv 3.1

asked 2016-02-18 10:35:07 -0600

Thrasher gravatar image

updated 2016-02-18 10:43:53 -0600

Hi everyone. I have some problems after comiling oencv 3.1 with msvc2014. During the compilation there is no error but if i try to run the tests opencv_test_core fails and opencv_test_imgproc throws a runtime expression in msvc2014d.dll file: ../../VC/include/vector line: 2016 Vector subscript out of range.

I have no idea what i'm doing wrong. Is this because of something went wrong during compilation?

Anybody an idea?

I'm new to opencv and programming so please be careful with me :)

btw: all other tests exept opencv_perf_core and opencv_test_flann fail too

EDIT: I saw that these tests sometimes need some test files that are nur avaiable. Where are these files and where do I have to store them?

edit retag flag offensive close merge delete

Comments

the test files can be found here but really as a newcomer you don't need them. don't care failures of tests

sturkmen gravatar imagesturkmen ( 2016-02-18 20:08:16 -0600 )edit

the test is actually for what purpose? (sorry for being curious)

Aj-611 gravatar imageAj-611 ( 2016-02-18 20:10:04 -0600 )edit
1

here you can find the information about the tests

sturkmen gravatar imagesturkmen ( 2016-02-18 21:07:18 -0600 )edit