Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Dseamless_cloning_impl.cpp143 Mat planes2[] = {temp, Mat::zeros(temp.size(), CV_32F)}; in dst() local
145 merge(planes2, 2, complex); in dst()
147 split(complex, planes2); in dst()
149 temp = planes2[1].t(); in dst()