OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmplSz
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgproc/perf/
perf_matchTemplate.cpp
26
Size
tmplSz
= get<1>(GetParam());
30
Mat tmpl(
tmplSz
, CV_8UC1);
31
Mat result(imgSz -
tmplSz
+ Size(1,1), CV_32F);
60
Size
tmplSz
= get<1>(GetParam());
64
Mat tmpl(
tmplSz
, CV_8UC1);
65
Mat result(imgSz -
tmplSz
+ Size(1,1), CV_32F);
/external/opencv3/modules/imgproc/perf/opencl/
perf_matchTemplate.cpp
25
const Size imgSz = get<0>(params),
tmplSz
= get<1>(params);
29
UMat img(imgSz, type), tmpl(
tmplSz
, type);
30
UMat result(imgSz -
tmplSz
+ Size(1, 1), CV_32F);
Completed in 133 milliseconds