Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dtemplmatch.cpp646 int cdepth = CV_MAT_DEPTH(ctype), ccn = CV_MAT_CN(ctype); in crossCorr() local
660 CV_Assert( ccn == 1 || delta == 0 ); in crossCorr()
696 if( (ccn > 1 || cn > 1) && cdepth != maxDepth ) in crossCorr()
788 if( ccn > 1 ) in crossCorr()
Dhistogram.cpp2080 int ccn = um[i].channels(); in getUMatIndex() local
2081 totalChannels += ccn; in getUMatIndex()
2092 cnidx = i == 0 ? cn : (cn - totalChannels + ccn); in getUMatIndex()
/external/testng/ant/3rdparty/
Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/ ...
/external/opencv3/modules/core/src/
Docl.cpp5427 int ctype = src.type(), ccn = CV_MAT_CN(ctype), cdepth = CV_MAT_DEPTH(ctype), \
5428 ckercn = vectorWidths[cdepth], cwidth = ccn * csize.width; \
Dconvert.cpp1259 int ccn = um[i].channels(); in getUMatIndex() local
1260 totalChannels += ccn; in getUMatIndex()
1271 cnidx = i == 0 ? cn : (cn - totalChannels + ccn); in getUMatIndex()