Lines Matching refs:cols

67     const int cols = getCols(src);  in gridCopy_()  local
69 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_()
71 dst.create(rows, cols); in gridCopy_()
73 …grid_copy_detail::copy<Policy>(shrinkPtr(src), shrinkPtr(dst), shrinkPtr(mask), rows, cols, Stream… in gridCopy_()
80 const int cols = getCols(src); in gridCopy_() local
82 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridCopy_()
83 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_()
85 …grid_copy_detail::copy<Policy>(shrinkPtr(src), shrinkPtr(dst), shrinkPtr(mask), rows, cols, Stream… in gridCopy_()
92 const int cols = getCols(src); in gridCopy_() local
94 dst.create(rows, cols); in gridCopy_()
96 …grid_copy_detail::copy<Policy>(shrinkPtr(src), shrinkPtr(dst), WithOutMask(), rows, cols, StreamAc… in gridCopy_()
103 const int cols = getCols(src); in gridCopy_() local
105 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridCopy_()
107 …grid_copy_detail::copy<Policy>(shrinkPtr(src), shrinkPtr(dst), WithOutMask(), rows, cols, StreamAc… in gridCopy_()
116 const int cols = getCols(src); in gridCopy_() local
118 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_()
120 get<0>(dst).create(rows, cols); in gridCopy_()
121 get<1>(dst).create(rows, cols); in gridCopy_()
126 rows, cols, in gridCopy_()
136 const int cols = getCols(src); in gridCopy_() local
138 CV_Assert( getRows(get<0>(dst)) == rows && getCols(get<0>(dst)) == cols ); in gridCopy_()
139 CV_Assert( getRows(get<1>(dst)) == rows && getCols(get<1>(dst)) == cols ); in gridCopy_()
140 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_()
145 rows, cols, in gridCopy_()
155 const int cols = getCols(src); in gridCopy_() local
157 get<0>(dst).create(rows, cols); in gridCopy_()
158 get<1>(dst).create(rows, cols); in gridCopy_()
163 rows, cols, in gridCopy_()
173 const int cols = getCols(src); in gridCopy_() local
175 CV_Assert( getRows(get<0>(dst)) == rows && getCols(get<0>(dst)) == cols ); in gridCopy_()
176 CV_Assert( getRows(get<1>(dst)) == rows && getCols(get<1>(dst)) == cols ); in gridCopy_()
181 rows, cols, in gridCopy_()
191 const int cols = getCols(src); in gridCopy_() local
193 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_()
195 get<0>(dst).create(rows, cols); in gridCopy_()
196 get<1>(dst).create(rows, cols); in gridCopy_()
197 get<2>(dst).create(rows, cols); in gridCopy_()
202 rows, cols, in gridCopy_()
212 const int cols = getCols(src); in gridCopy_() local
214 CV_Assert( getRows(get<0>(dst)) == rows && getCols(get<0>(dst)) == cols ); in gridCopy_()
215 CV_Assert( getRows(get<1>(dst)) == rows && getCols(get<1>(dst)) == cols ); in gridCopy_()
216 CV_Assert( getRows(get<2>(dst)) == rows && getCols(get<2>(dst)) == cols ); in gridCopy_()
217 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_()
222 rows, cols, in gridCopy_()
232 const int cols = getCols(src); in gridCopy_() local
234 get<0>(dst).create(rows, cols); in gridCopy_()
235 get<1>(dst).create(rows, cols); in gridCopy_()
236 get<2>(dst).create(rows, cols); in gridCopy_()
241 rows, cols, in gridCopy_()
251 const int cols = getCols(src); in gridCopy_() local
253 CV_Assert( getRows(get<0>(dst)) == rows && getCols(get<0>(dst)) == cols ); in gridCopy_()
254 CV_Assert( getRows(get<1>(dst)) == rows && getCols(get<1>(dst)) == cols ); in gridCopy_()
255 CV_Assert( getRows(get<2>(dst)) == rows && getCols(get<2>(dst)) == cols ); in gridCopy_()
260 rows, cols, in gridCopy_()
270 const int cols = getCols(src); in gridCopy_() local
272 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_()
274 get<0>(dst).create(rows, cols); in gridCopy_()
275 get<1>(dst).create(rows, cols); in gridCopy_()
276 get<2>(dst).create(rows, cols); in gridCopy_()
277 get<3>(dst).create(rows, cols); in gridCopy_()
282 rows, cols, in gridCopy_()
292 const int cols = getCols(src); in gridCopy_() local
294 CV_Assert( getRows(get<0>(dst)) == rows && getCols(get<0>(dst)) == cols ); in gridCopy_()
295 CV_Assert( getRows(get<1>(dst)) == rows && getCols(get<1>(dst)) == cols ); in gridCopy_()
296 CV_Assert( getRows(get<2>(dst)) == rows && getCols(get<2>(dst)) == cols ); in gridCopy_()
297 CV_Assert( getRows(get<3>(dst)) == rows && getCols(get<3>(dst)) == cols ); in gridCopy_()
298 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_()
303 rows, cols, in gridCopy_()
313 const int cols = getCols(src); in gridCopy_() local
315 get<0>(dst).create(rows, cols); in gridCopy_()
316 get<1>(dst).create(rows, cols); in gridCopy_()
317 get<2>(dst).create(rows, cols); in gridCopy_()
318 get<3>(dst).create(rows, cols); in gridCopy_()
323 rows, cols, in gridCopy_()
333 const int cols = getCols(src); in gridCopy_() local
335 CV_Assert( getRows(get<0>(dst)) == rows && getCols(get<0>(dst)) == cols ); in gridCopy_()
336 CV_Assert( getRows(get<1>(dst)) == rows && getCols(get<1>(dst)) == cols ); in gridCopy_()
337 CV_Assert( getRows(get<2>(dst)) == rows && getCols(get<2>(dst)) == cols ); in gridCopy_()
338 CV_Assert( getRows(get<3>(dst)) == rows && getCols(get<3>(dst)) == cols ); in gridCopy_()
343 rows, cols, in gridCopy_()