Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Dseamless_cloning_impl.cpp292 vector <Mat> lhs_channels; in arrayProduct() local
295 split(lhs,lhs_channels); in arrayProduct()
299 multiply(lhs_channels[chan],rhs,result_channels[chan]); in arrayProduct()