OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:src1_row
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/imgproc/src/
blend.cpp
70
const T * const
src1_row
= src1->ptr<T>(y);
local
79
float num = (
src1_row
[x] * w1 + src2_row[x] * w2);
Completed in 73 milliseconds