Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Problem with opencv in Fedora 17

I am using fedora 17. When i run a simple program to siplay an image it wors. but when i use some functions like findContours() it shows an error

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?

Problem with opencv in Fedora 17

I am using fedora 17. When i run a simple program to siplay display an image image, it wors. works. but when i use some functions like findContours() it programs running in VS 2010 with opencv 2.4.9 shows an errorerror 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?