Ask Your Question

camille's profile - activity

2014-07-17 10:43:39 -0600 received badge  Nice Answer (source)
2014-07-17 00:01:59 -0600 received badge  Teacher (source)
2014-07-16 23:21:28 -0600 received badge  Necromancer (source)
2014-07-16 17:04:47 -0600 answered a question push back element to the column of cv::Mat

Hi,

I looked into the bug and reported my analysis there: http://www.code.opencv.org/issues/3381

In this case the following lines would work : Mat_<float> A; A.push_back(0.0f);//instead of A.push_back(0); A.push_back(1.0f); A.push_back(3.0f); A.push_back(4.0f); A = A.reshape(1, 2);

I am about to submit a bug-fix.

Camille