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