Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 2015-10-21 05:21:48 -0600

Nbb gravatar image

!fixedSize() error

Hi all,

What does this error mean ? The code I am working with is multi threaded with thousands of lines. I have no idea how to debug a multithreaded openmp code

OpenCV Error: Assertion failed (!fixedSize() || ((Mat*)obj)->size.operator()() = = Size(_cols, _rows)) in cv::_OutputArray::create, file C:\builds\master_PackSla ve-win64-vc12-shared\opencv\modules\core\src\matrix.cpp, line 2171

!fixedSize() error

Hi all,

What does this error mean ? The code I am working with is multi threaded with thousands of lines. lines with multiple files. I have no idea how to debug a multithreaded openmp code

OpenCV Error: Assertion failed (!fixedSize() || ((Mat*)obj)->size.operator()() = = Size(_cols, _rows)) in cv::_OutputArray::create, file C:\builds\master_PackSla ve-win64-vc12-shared\opencv\modules\core\src\matrix.cpp, line 2171

!fixedSize() error

Hi all,

What does this error mean ? The code I am working with is multi threaded with thousands of lines with multiple files. I have no idea how to debug a multithreaded openmp code

OpenCV Error: Assertion failed (!fixedSize() || ((Mat*)obj)->size.operator()() = = Size(_cols, _rows)) in cv::_OutputArray::create, file C:\builds\master_PackSla ve-win64-vc12-shared\opencv\modules\core\src\matrix.cpp, line 2171

EDIT:

How do I find the exact line that crashed the code ? The line that stops the code from continuing ? I have an error vector subscript out of range but I am not sure which part of the code I should start looking at

!fixedSize() error

Hi all,

What does this error mean ? The code I am working with is multi threaded with thousands of lines with multiple files. I have no idea how to debug a multithreaded openmp code

OpenCV Error: Assertion failed (!fixedSize() || ((Mat*)obj)->size.operator()() = = Size(_cols, _rows)) in cv::_OutputArray::create, file C:\builds\master_PackSla ve-win64-vc12-shared\opencv\modules\core\src\matrix.cpp, line 2171

EDIT:

How do I find the exact line that crashed the code ? ? The line that stops the code from continuing ? I have an error vector subscript out of range but I am not sure which part of the code I should start looking at