1 | initial version |
Hi,
when you create your cv::mat one of the size values (row or column) is lower than 0. You can't create a matrix with a negative number of rows or columns.
In future questions you should provide the code which produce the error.