【发布时间】:2014-01-13 01:17:19
【问题描述】:
我在编译时收到错误“error C2065: 'resultImgs': undeclared identifier”。这里有什么问题?请帮忙!
{
// record all non-zero responses in case we need to do further research
// but in fact, we only need the max response as the final result
responses.push_back(response);
IplImage* resultImg = siftController.setResultImg(it->ptr.get(),image);
resultImgs.push_back(BasicCvApi::MyImagePtr(resultImg));
strings.push_back(it->className);
}
【问题讨论】:
-
请不要告诉我这只是
resultImg的拼写错误。
标签: c++ compiler-errors declaration identifier