Ask Your Question

sjl's profile - activity

2018-05-10 04:35:25 -0600 received badge  Editor (source)
2018-05-10 04:35:25 -0600 edited question CV::MAT assignment operator "="

CV::MAT assignment operator "=" I am comfused by the following pseudocode: cv::mat a(row,col,datatype); /* codes fill

2018-05-10 04:31:15 -0600 commented answer CV::MAT assignment operator "="

Thank you very much, with that pseudocode, I get strange result. Now I understand. thanks again!

2018-05-10 03:48:11 -0600 asked a question Mat cv::Mat::row(int y)const operation

Mat cv::Mat::row(int y)const operation I am comfused by the following pseudocode: cv::mat a(row,col,datatype); /* fil

2018-05-10 03:47:23 -0600 asked a question CV::MAT assignment operator "="

CV::MAT assignment operator "=" I am comfused by the following pseudocode: cv::mat a(row,col,datatype); /* fill a */ cv