commented off print (due to the report from the mailing list)

pull/13383/head
Vadim Pisarevsky 14 years ago
parent 4cf1274327
commit 8f41b2b23b
  1. 2
      modules/objdetect/src/datamatrix.cpp

@ -455,7 +455,7 @@ deque <CvDataMatrixCode> cvFindDataMatrix(CvMat *im)
}
}
if (codes.size() > 0) {
printf("searching for more\n");
//printf("searching for more\n");
}
if (decode(sa, cc)) {
codes.push_back(cc);

Loading…
Cancel
Save