OpenCv C ++输入样本必须是浮点矩阵ERROR

时间:2016-06-18 15:48:53

标签: c++ opencv image-processing

在OpenCV C ++中实现k-最近邻居时,我正在使用此代码:

regionOfInterest = smallt[i](rec);

resize(regionOfInterest, img12, Size(16,16));

img12.convertTo(img12, CV_32FC1);

cout << knearest.find_nearest(img12,5);

我收到错误

  

输入样本必须是浮点矩阵。

0 个答案:

没有答案