Home
last modified time | relevance | path

Searched refs:PARAM_RIGHT (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/samples/gpu/
Dopticalflow_nvidia_api.cpp32 #define PARAM_RIGHT "--right" macro
279 std::cout << "\t" << std::setw(15) << PARAM_RIGHT << " - specify right image\n"; in PrintHelp()
305 if (strcmp(argv[iarg], PARAM_RIGHT) == 0) in ProcessCommandLine()