mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
added first version of stereo match sample on gpu
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user