OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:weight_row
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/stitching/src/
blenders.cpp
148
const float*
weight_row
= weight_map.ptr<float>(y);
local
153
dst_row[dx + x].x += static_cast<short>(src_row[x].x *
weight_row
[x]);
154
dst_row[dx + x].y += static_cast<short>(src_row[x].y *
weight_row
[x]);
155
dst_row[dx + x].z += static_cast<short>(src_row[x].z *
weight_row
[x]);
156
dst_weight_row[dx + x] +=
weight_row
[x];
386
const float*
weight_row
= _weight_pyr_gauss.ptr<float>(y);
local
391
dst_row[x].x += static_cast<short>(src_row[x].x *
weight_row
[x]);
392
dst_row[x].y += static_cast<short>(src_row[x].y *
weight_row
[x]);
393
dst_row[x].z += static_cast<short>(src_row[x].z *
weight_row
[x]);
394
dst_weight_row[x] +=
weight_row
[x]
404
const short*
weight_row
= _weight_pyr_gauss.ptr<short>(y);
local
503
const float *
weight_row
= weight.ptr<float>(y);
local
519
const short *
weight_row
= weight.ptr<short>(y);
local
[
all
...]
Completed in 163 milliseconds