Merge pull request #3245 from avdmitry:hello_opencv_sample

This commit is contained in:
Vadim Pisarevsky
2014-10-09 14:56:13 +00:00
3 changed files with 42 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ int main(int argc, const char* argv[])
}
else
{
std::cout << "OpenCV " << CV_VERSION << std::endl;
std::cout << "Welcome to OpenCV " << CV_VERSION << std::endl;
}
return 0;