Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Problems while running tests after compiling opencv 3.1

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

Problems while running tests after compiling opencv 3.1

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?