Searched refs:imgLinePtr (Results 1 – 1 of 1) sorted by relevance
179 const unsigned char * imgLinePtr = img.ptr<unsigned char>(0); in solve() local189 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()