Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Dseamless_cloning_impl.cpp116 float * tempLinePtr = temp.ptr<float>(j); in dst() local
120 tempLinePtr[src.cols + 2 + i] = - srcLinePtr[src.cols - 1 - i]; in dst()
134 float * tempLinePtr = temp.ptr<float>(j); in dst() local
138 tempLinePtr[i + 1] = val; in dst()
139 tempLinePtr[temp.cols - 1 - i] = - val; in dst()