HomeSort by relevance Sort by last modified time
    Searched full:dst_video (Results 1 - 1 of 1) sorted by null

  /external/opencv3/samples/gpu/
hog.cpp 30 string dst_video; member in class:Args
109 << " [--dst_video <path>] # output video path\n"
192 else if (string(argv[i]) == "--dst_video") args.dst_video = argv[++i];
357 video_writer.open(args.dst_video, VideoWriter::fourcc('x','v','i','d'), args.dst_video_fps,

Completed in 348 milliseconds