Home
last modified time | relevance | path

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

/external/opencv3/samples/gpu/
Dopticalflow_nvidia_api.cpp35 #define PARAM_GAMMA "--gamma" macro
276 std::cout << "\t" << std::setw(15) << PARAM_GAMMA << " - set gamma\n"; in PrintHelp()
328 else if(strcmp(argv[iarg], PARAM_GAMMA) == 0) in ProcessCommandLine()