Problem with opencv in Fedora 17

asked 2015-03-02 22:52:37 -0600

jamesnzt gravatar image

updated 2015-03-02 22:54:35 -0600

I am using fedora 17. When i run a simple program to display an image, it works. but some programs running in VS 2010 with opencv 2.4.9 shows error in fedora 17.

OpenCV Error: Assertion failed (k == STD_VECTOR_MAT) in release, file /builddir/build/BUILD/OpenCV-2.3.1/modules/core/src/matrix.cpp, line 1364 terminate called after throwing an instance of 'cv::Exception'
  what():  /builddir/build/BUILD/OpenCV-2.3.1/modules/core/src/matrix.cpp:1364: error: (-215) k == STD_VECTOR_MAT in function release

fedora 17 has only updates upto opencv 2.3.1. How can i manually build newer version?

edit retag flag offensive close merge delete

Comments

2