OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ismultichannel
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/python/src2/
cv2.cpp
310
bool
ismultichannel
= ndims == 3 && _sizes[2] <= CV_CN_MAX;
local
323
if(
ismultichannel
&& _strides[1] != (npy_intp)elemsize*_sizes[2] )
359
if(
ismultichannel
)
[
all
...]
Completed in 169 milliseconds