Searched refs:ccn (Results 1 – 5 of 5) sorted by relevance
646 int cdepth = CV_MAT_DEPTH(ctype), ccn = CV_MAT_CN(ctype); in crossCorr() local660 CV_Assert( ccn == 1 || delta == 0 ); in crossCorr()696 if( (ccn > 1 || cn > 1) && cdepth != maxDepth ) in crossCorr()788 if( ccn > 1 ) in crossCorr()
2080 int ccn = um[i].channels(); in getUMatIndex() local2081 totalChannels += ccn; in getUMatIndex()2092 cnidx = i == 0 ? cn : (cn - totalChannels + ccn); in getUMatIndex()
META-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/ ...
5427 int ctype = src.type(), ccn = CV_MAT_CN(ctype), cdepth = CV_MAT_DEPTH(ctype), \5428 ckercn = vectorWidths[cdepth], cwidth = ccn * csize.width; \
1259 int ccn = um[i].channels(); in getUMatIndex() local1260 totalChannels += ccn; in getUMatIndex()1271 cnidx = i == 0 ? cn : (cn - totalChannels + ccn); in getUMatIndex()