Lines Matching full:rows
164 int y = (int)((*uvmap) * image.rows);
169 for (int row = y; row < min(y + pointSize, image.rows); row++)
187 image.create(ir.rows, ir.cols, CV_8UC3);
188 for (int row = 0; row < ir.rows; row++)
202 for (int row = g_closedDepthPoint[0]; row < min(g_closedDepthPoint[0] + pointSize, image.rows); row++)
213 image.create(ir.rows, ir.cols, CV_8UC1);
214 for (int row = 0; row < ir.rows; row++)
235 image.create(depth.rows, depth.cols, CV_8UC3);
236 for (int row = 0; row < depth.rows; row++)
259 for (int row = g_closedDepthPoint[0]; row < min(g_closedDepthPoint[0] + pointSize, image.rows); row++)
270 image.create(depth.rows, depth.cols, CV_8UC1);
271 for (int row = 0; row < depth.rows; row++)