OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:result_channels
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/photo/src/
seamless_cloning_impl.cpp
293
vector <Mat>
result_channels
;
local
296
split(result,
result_channels
);
299
multiply(lhs_channels[chan],rhs,
result_channels
[chan]);
301
merge(
result_channels
,result);
Completed in 4131 milliseconds