OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:impls
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/photo/perf/
perf_main.cpp
4
static const char *
impls
[] = {
variable
11
CV_PERF_TEST_MAIN_WITH_IMPLS(photo,
impls
, perf::printCudaInfo())
/external/opencv3/modules/superres/perf/
perf_main.cpp
47
static const char *
impls
[] = {
variable
54
CV_PERF_TEST_MAIN_WITH_IMPLS(superres,
impls
, printCudaInfo())
/external/opencv3/modules/videostab/src/
global_motion.cpp
365
static Impl
impls
[] = { estimateGlobMotionLeastSquaresTranslation,
local
375
return
impls
[model](npoints, points0_, points1_, rmse);
Completed in 217 milliseconds