Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Dseamless_cloning_impl.cpp179 const unsigned char * imgLinePtr = img.ptr<unsigned char>(0); in solve() local
189 imgLinePtr = img.ptr<unsigned char>(j); in solve()
193 resLinePtr[0] = imgLinePtr[0]; in solve()
209 resLinePtr[w-1] = imgLinePtr[w-1]; in solve()
214 imgLinePtr = img.ptr<unsigned char>(h-1); in solve()
216 resLinePtr[i] = imgLinePtr[i]; in solve()