Searched refs:ismultichannel (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/python/src2/
H A Dcv2.cpp310 bool ismultichannel = ndims == 3 && _sizes[2] <= CV_CN_MAX; local
323 if( ismultichannel && _strides[1] != (npy_intp)elemsize*_sizes[2] )
359 if( ismultichannel )

Completed in 58 milliseconds