Searched refs:getUMatIndex (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | histogram.cpp | 2075 static void getUMatIndex(const std::vector<UMat> & um, int cn, int & idx, int & cnidx) in getUMatIndex() function 2132 getUMatIndex(images, channels[0], idx, cnidx); in ocl_calcBackProject() 2166 getUMatIndex(images, channels[0], idx0, cnidx0); in ocl_calcBackProject() 2167 getUMatIndex(images, channels[1], idx1, cnidx1); in ocl_calcBackProject()
|
/external/opencv3/modules/core/src/ |
D | convert.cpp | 1254 static void getUMatIndex(const std::vector<UMat> & um, int cn, int & idx, int & cnidx) in getUMatIndex() function 1306 getUMatIndex(src, scn, src_idx, src_cnidx); in ocl_mixChannels() 1307 getUMatIndex(dst, dcn, dst_idx, dst_cnidx); in ocl_mixChannels()
|