Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Dseamless_cloning_impl.cpp293 vector <Mat> result_channels; in arrayProduct() local
296 split(result,result_channels); in arrayProduct()
299 multiply(lhs_channels[chan],rhs,result_channels[chan]); in arrayProduct()
301 merge(result_channels,result); in arrayProduct()