我正在通过opencv制作人脸识别应用程序。我可以检测人脸,而且我在资源中几乎没有人脸。我很看重这个地方:
// These vectors hold the images and corresponding labels.
vector<Mat> images;
vector<int> labels;
Mat testSample = images[images.size() - 1];
int testLabel = labels[labels.size() - 1];
images.pop_back();
labels.pop_back(
异常的完整堆栈跟踪:
ERROR CheckboxTag:86 - Property not found
org.springframework.binding.expression.PropertyNotFoundException: Property not found
at org.springframework.binding.expression.spel.SpringELExpression.getValueType(SpringELExpression.java:103)
at org.springframework.webflow.mvc.view.Bindin