Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Dseamless_cloning_impl.cpp431 Mat multX, multY, multx_temp, multy_temp; in illuminationChange() local
434 pow(mag,-1*beta, multx_temp); in illuminationChange()
435 multiply(multX,multx_temp, patchGradientX); in illuminationChange()