标签: 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);
我收到错误
输入样本必须是浮点矩阵。