Home
last modified time | relevance | path

Searched refs:insertChannel (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/core/test/ocl/
Dtest_channels.cpp406 OCL_OFF(cv::insertChannel(src_roi, dst_roi, coi)); in OCL_TEST_P()
407 OCL_ON(cv::insertChannel(usrc_roi, udst_roi, coi)); in OCL_TEST_P()
/external/opencv3/modules/core/perf/opencl/
Dperf_channels.cpp174 OCL_TEST_CYCLE() cv::insertChannel(src, dst, 1); in OCL_PERF_TEST_P()
/external/opencv3/modules/core/misc/java/test/
DCoreTest.java752 Core.insertChannel(gray0, rgba128, 0); in testInsertChannel()
753 Core.insertChannel(gray0, rgba128, 1); in testInsertChannel()
754 Core.insertChannel(gray0, rgba128, 2); in testInsertChannel()
755 Core.insertChannel(gray0, rgba128, 3); in testInsertChannel()
/external/opencv3/modules/core/include/opencv2/
Dcore.hpp930 CV_EXPORTS_W void insertChannel(InputArray src, InputOutputArray dst, int coi);
/external/opencv3/modules/java/src/
Dcore+Core.java904 public static void insertChannel(Mat src, Mat dst, int coi) in insertChannel() method in Core
Dcore.cpp1522 cv::insertChannel( src, dst, (int)coi ); in Java_org_opencv_core_Core_insertChannel_10()
/external/opencv3/modules/core/src/
Dconvert.cpp1428 void cv::insertChannel(InputArray _src, InputOutputArray _dst, int coi) in insertChannel() function in cv