Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dconvert.cpp1361 bool dst_is_mat = dst.kind() != _InputArray::STD_VECTOR_MAT && in mixChannels() local
1366 int ndst = dst_is_mat ? 1 : (int)dst.total(); in mixChannels()
1374 buf[nsrc + i] = dst.getMat(dst_is_mat ? -1 : i); in mixChannels()
1390 bool dst_is_mat = dst.kind() != _InputArray::STD_VECTOR_MAT && in mixChannels() local
1395 int ndst = dst_is_mat ? 1 : (int)dst.total(); in mixChannels()
1403 buf[nsrc + i] = dst.getMat(dst_is_mat ? -1 : i); in mixChannels()