Home
last modified time | relevance | path

Searched refs:weight_row (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/stitching/src/
Dblenders.cpp148 const float* weight_row = weight_map.ptr<float>(y); in feed() local
153 dst_row[dx + x].x += static_cast<short>(src_row[x].x * weight_row[x]); in feed()
154 dst_row[dx + x].y += static_cast<short>(src_row[x].y * weight_row[x]); in feed()
155 dst_row[dx + x].z += static_cast<short>(src_row[x].z * weight_row[x]); in feed()
156 dst_weight_row[dx + x] += weight_row[x]; in feed()
386 const float* weight_row = _weight_pyr_gauss.ptr<float>(y); in feed() local
391 dst_row[x].x += static_cast<short>(src_row[x].x * weight_row[x]); in feed()
392 dst_row[x].y += static_cast<short>(src_row[x].y * weight_row[x]); in feed()
393 dst_row[x].z += static_cast<short>(src_row[x].z * weight_row[x]); in feed()
394 dst_weight_row[x] += weight_row[x]; in feed()
[all …]