/external/opencv3/modules/core/perf/ |
perf_bitwise.cpp | 61 PERF_TEST_P(Size_MatType, bitwise_xor, TYPICAL_MATS_BITW_ARITHM) 72 TEST_CYCLE() bitwise_xor(a, b, c);
|
/external/opencv3/modules/core/include/opencv2/core/ |
operations.hpp | 275 CV_MAT_AUG_OPERATOR (^=, cv::bitwise_xor(a,b,a), Mat, Mat) 276 CV_MAT_AUG_OPERATOR (^=, cv::bitwise_xor(a,b,a), Mat, Scalar) 277 CV_MAT_AUG_OPERATOR_T(^=, cv::bitwise_xor(a,b,a), Mat_<_Tp>, Mat) 278 CV_MAT_AUG_OPERATOR_T(^=, cv::bitwise_xor(a,b,a), Mat_<_Tp>, Scalar) 279 CV_MAT_AUG_OPERATOR_T(^=, cv::bitwise_xor(a,b,a), Mat_<_Tp>, Mat_<_Tp>)
|
/external/opencv3/modules/core/test/ocl/ |
test_arithm.cpp | 708 //////////////////////////////// Bitwise_xor ///////////////////////////////////////////////// 710 typedef ArithmTestBase Bitwise_xor; 712 OCL_TEST_P(Bitwise_xor, Mat) 718 OCL_OFF(cv::bitwise_xor(src1_roi, src2_roi, dst1_roi)); 719 OCL_ON(cv::bitwise_xor(usrc1_roi, usrc2_roi, udst1_roi)); 724 OCL_TEST_P(Bitwise_xor, Mat_Mask) 730 OCL_OFF(cv::bitwise_xor(src1_roi, src2_roi, dst1_roi, mask_roi)); 731 OCL_ON(cv::bitwise_xor(usrc1_roi, usrc2_roi, udst1_roi, umask_roi)); 736 OCL_TEST_P(Bitwise_xor, Scalar) 742 OCL_OFF(cv::bitwise_xor(src1_roi, val, dst1_roi)) [all...] |
/external/opencv3/modules/cudaarithm/perf/ |
perf_element_operations.cpp | 914 TEST_CYCLE() cv::cuda::bitwise_xor(d_src1, d_src2, dst); 922 TEST_CYCLE() cv::bitwise_xor(src1, src2, dst); 954 TEST_CYCLE() cv::cuda::bitwise_xor(d_src, is, dst); 962 TEST_CYCLE() cv::bitwise_xor(src, is, dst); [all...] |
/external/opencv3/modules/photo/src/ |
align.cpp | 146 bitwise_xor(tb1, shifted_tb2, diff);
|
/external/opencv3/modules/cudaarithm/include/opencv2/ |
cudaarithm.hpp | 262 CV_EXPORTS void bitwise_xor(InputArray src1, InputArray src2, OutputArray dst, InputArray mask = noArray(), Stream& stream = Stream::Null()); [all...] |
/external/opencv3/modules/cudaarithm/src/ |
element_operations.cpp | 68 void cv::cuda::bitwise_xor(InputArray, InputArray, OutputArray, InputArray, Stream&) { throw_no_cuda(); } function in class:cv::cuda 324 void cv::cuda::bitwise_xor(InputArray src1, InputArray src2, OutputArray dst, InputArray mask, Stream& stream)
|
/external/opencv3/modules/core/test/ |
test_arithm.cpp | 288 bitwise_xor(src[0], src[1], dst, mask); 319 bitwise_xor(src[0], gamma, dst, mask); [all...] |
test_umat.cpp | 659 cv::bitwise_xor(ura, urb, urc);
|
/external/opencv3/modules/java/src/ |
core+Core.java | 1310 public static void bitwise_xor(Mat src1, Mat src2, Mat dst, Mat mask) method in class:Core 1319 public static void bitwise_xor(Mat src1, Mat src2, Mat dst) method in class:Core [all...] |
core.cpp | [all...] |
/external/opencv3/modules/core/include/opencv2/ |
core.hpp | [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
expression.cc | 517 BINARY_EXPRESSION(bitwise_xor, ^, true, true, false, true) [all...] |
/external/opencv3/modules/core/src/ |
matop.cpp | 1339 bitwise_xor(e.a, e.b, dst); 1341 bitwise_xor(e.a, e.s, dst); [all...] |
arithm.cpp | 1730 void cv::bitwise_xor(InputArray a, InputArray b, OutputArray c, InputArray mask) function in class:cv [all...] |
stat.cpp | [all...] |
/external/opencv3/modules/core/perf/opencl/ |
perf_arithm.cpp | 488 ///////////// bitwise_xor //////////////////////// 492 OCL_PERF_TEST_P(BitwiseXorFixture, Bitwise_xor, 504 OCL_TEST_CYCLE() cv::bitwise_xor(src1, src2, dst); [all...] |
/external/opencv3/modules/imgproc/src/ |
lsd.cpp | [all...] |
/external/opencv3/modules/cudaarithm/test/ |
test_element_operations.cpp | [all...] |
/external/opencv3/modules/core/misc/java/test/ |
CoreTest.java | 95 Core.bitwise_xor(gray3, gray2, dst); [all...] |
/cts/apps/CtsVerifier/libs/ |
opencv3-android.jar | |
/external/opencv3/modules/ts/src/ |
ts_func.cpp | [all...] |