Fix build of apps and samples

This commit is contained in:
Andrey Kamaev
2013-03-22 17:01:56 +04:00
parent 688d170de7
commit 29cfeb7cee
6 changed files with 13 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ namespace
break;
cv::Mat gray;
cv::cvtColor(frame,gray,CV_RGB2GRAY);
vector<string> codes;
vector<String> codes;
Mat corners;
findDataMatrix(gray, codes, corners);
drawDataMatrixCodes(frame, codes, corners);