84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
Mat sample(400,image_queue[i].size(),CV_32FC1); image_queue[i][j].reshape(0,1).convertTo(sample.col(j),CV_32FC1,1/255.0);
我想把 image_queue[i][j]这张图(CV_8UC,灰度图,20*20)作为sample的一列。执行第二句的时候报异常。!
image_queue[i][j]
搞不懂为什么。求教!
光阴似箭催人老,日月如移越少年。
Mat sample(400,image_queue[i].size(),CV_32FC1);
中image_queue[i].size()是你图像矩阵的一条边长吧,和图像的大小有什么对应关系吗
中image_queue[i].size()是你图像矩阵的一条边长吧,和图像的大小有什么对应关系吗