OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:impls
(Results
1 - 5
of
5
) 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/ts/include/opencv2/ts/
cuda_perf.hpp
115
const char *
impls
[] = { "cuda", "plain" };\
116
CV_PERF_TEST_MAIN_INTERNALS(modulename,
impls
, perf::printCudaInfo())\
ts_perf.hpp
620
#define CV_PERF_TEST_MAIN_INTERNALS(modulename,
impls
, ...) \
622
::perf::TestBase::Init(std::vector<std::string>(
impls
,
impls
+ sizeof
impls
/ sizeof *
impls
), \
632
//
impls
must be an array, not a pointer; "plain" should always be one of the implementations
633
#define CV_PERF_TEST_MAIN_WITH_IMPLS(modulename,
impls
, ...) \
636
CV_PERF_TEST_MAIN_INTERNALS(modulename,
impls
, __VA_ARGS__)\
/external/opencv3/modules/videostab/src/
global_motion.cpp
365
static Impl
impls
[] = { estimateGlobMotionLeastSquaresTranslation,
local
375
return
impls
[model](npoints, points0_, points1_, rmse);
Completed in 598 milliseconds