added first version of stereo match sample on gpu

This commit is contained in:
Alexey Spizhevoy
2010-12-21 07:35:46 +00:00
parent 8b48eebeee
commit edce202065
4 changed files with 222 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ int main(int argc, char** argv)
{
if (argc < 2)
{
cout << "Usage:\nsample_hog\n"
cout << "Usage:\nhog_gpu\n"
<< " -src <path_to_the_source>\n"
<< " [-src_is_video <true/false>] # says to interp. src as img or as video\n"
<< " [-make_gray <true/false>] # convert image to gray one or not\n"