OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SURF_MATCH_CONFIDENCE
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/stitching/perf/opencl/
perf_stitch.cpp
16
#define
SURF_MATCH_CONFIDENCE
0.65f
44
: makePtr<detail::BestOf2NearestMatcher>(false,
SURF_MATCH_CONFIDENCE
);
81
: makePtr<detail::BestOf2NearestMatcher>(false,
SURF_MATCH_CONFIDENCE
);
123
: makePtr<detail::BestOf2NearestMatcher>(false,
SURF_MATCH_CONFIDENCE
);
/external/opencv3/modules/stitching/perf/
perf_stich.cpp
12
#define
SURF_MATCH_CONFIDENCE
0.65f
42
: makePtr<detail::BestOf2NearestMatcher>(false,
SURF_MATCH_CONFIDENCE
);
79
: makePtr<detail::BestOf2NearestMatcher>(false,
SURF_MATCH_CONFIDENCE
);
117
matcher = makePtr<detail::BestOf2NearestMatcher>(false,
SURF_MATCH_CONFIDENCE
);
172
matcher = makePtr<detail::BestOf2NearestMatcher>(false,
SURF_MATCH_CONFIDENCE
);
Completed in 52 milliseconds