Searched refs:result_channels (Results 1 – 1 of 1) sorted by relevance
293 vector <Mat> result_channels; in arrayProduct() local296 split(result,result_channels); in arrayProduct()299 multiply(lhs_channels[chan],rhs,result_channels[chan]); in arrayProduct()301 merge(result_channels,result); in arrayProduct()