Home | History | Annotate | Download | only in cpp

Lines Matching refs:row

169                 for (int row = y; row < min(y + pointSize, image.rows); row++)
171 uchar* ptrDst = image.ptr(row) + x * 3 + 2;//+2 -> Red
188 for (int row = 0; row < ir.rows; row++)
190 uchar* ptrDst = image.ptr(row);
191 short* ptrSrc = (short*)ir.ptr(row);
202 for (int row = g_closedDepthPoint[0]; row < min(g_closedDepthPoint[0] + pointSize, image.rows); row++)
204 uchar* ptrDst = image.ptr(row) + g_closedDepthPoint[1] * 3 + 2;//+2 -> Red
214 for (int row = 0; row < ir.rows; row++)
216 uchar* ptrDst = image.ptr(row);
217 short* ptrSrc = (short*)ir.ptr(row);
236 for (int row = 0; row < depth.rows; row++)
238 uchar* ptrDst = image.ptr(row);
239 short* ptrSrc = (short*)depth.ptr(row);
259 for (int row = g_closedDepthPoint[0]; row < min(g_closedDepthPoint[0] + pointSize, image.rows); row++)
261 uchar* ptrDst = image.ptr(row) + g_closedDepthPoint[1] * 3 + 2;//+2 -> Red
271 for (int row = 0; row < depth.rows; row++)
273 uchar* ptrDst = image.ptr(row);
274 short* ptrSrc = (short*)depth.ptr(row);