warnings, renamed Marina's GPU_PERF_TEST_P

This commit is contained in:
Anatoly Baksheev
2012-12-25 21:57:10 +04:00
parent be22891f71
commit 389ecbe96d
5 changed files with 17 additions and 16 deletions

View File

@@ -98,7 +98,8 @@ int main(int argc, char** argv)
std::cout << "working..." << std::endl;
cv::imshow("Soft Cascade demo", result);
cv::waitKey(10);
if (27 == cv::waitKey(10))
break;
}
return 0;