bitwise_xor      1197 modules/core/include/opencv2/core.hpp CV_EXPORTS_W void bitwise_xor(InputArray src1, InputArray src2,
bitwise_xor       275 modules/core/include/opencv2/core/operations.hpp CV_MAT_AUG_OPERATOR  (^=, cv::bitwise_xor(a,b,a), Mat, Mat)
bitwise_xor       276 modules/core/include/opencv2/core/operations.hpp CV_MAT_AUG_OPERATOR  (^=, cv::bitwise_xor(a,b,a), Mat, Scalar)
bitwise_xor       277 modules/core/include/opencv2/core/operations.hpp CV_MAT_AUG_OPERATOR_T(^=, cv::bitwise_xor(a,b,a), Mat_<_Tp>, Mat)
bitwise_xor       278 modules/core/include/opencv2/core/operations.hpp CV_MAT_AUG_OPERATOR_T(^=, cv::bitwise_xor(a,b,a), Mat_<_Tp>, Scalar)
bitwise_xor       279 modules/core/include/opencv2/core/operations.hpp CV_MAT_AUG_OPERATOR_T(^=, cv::bitwise_xor(a,b,a), Mat_<_Tp>, Mat_<_Tp>)
bitwise_xor        95 modules/core/misc/java/test/CoreTest.java         Core.bitwise_xor(gray3, gray2, dst);
bitwise_xor       504 modules/core/perf/opencl/perf_arithm.cpp     OCL_TEST_CYCLE() cv::bitwise_xor(src1, src2, dst);
bitwise_xor        61 modules/core/perf/perf_bitwise.cpp PERF_TEST_P(Size_MatType, bitwise_xor, TYPICAL_MATS_BITW_ARITHM)
bitwise_xor        72 modules/core/perf/perf_bitwise.cpp     TEST_CYCLE() bitwise_xor(a, b, c);
bitwise_xor      5834 modules/core/src/arithm.cpp     cv::bitwise_xor( src1, src2, dst, mask );
bitwise_xor      5867 modules/core/src/arithm.cpp     cv::bitwise_xor( src, (const cv::Scalar&)s, dst, mask );
bitwise_xor      1339 modules/core/src/matop.cpp         bitwise_xor(e.a, e.b, dst);
bitwise_xor      1341 modules/core/src/matop.cpp         bitwise_xor(e.a, e.s, dst);
bitwise_xor      3340 modules/core/src/stat.cpp             bitwise_xor(src1, src2, temp);
bitwise_xor       718 modules/core/test/ocl/test_arithm.cpp         OCL_OFF(cv::bitwise_xor(src1_roi, src2_roi, dst1_roi));
bitwise_xor       719 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_xor(usrc1_roi, usrc2_roi, udst1_roi));
bitwise_xor       730 modules/core/test/ocl/test_arithm.cpp         OCL_OFF(cv::bitwise_xor(src1_roi, src2_roi, dst1_roi, mask_roi));
bitwise_xor       731 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_xor(usrc1_roi, usrc2_roi, udst1_roi, umask_roi));
bitwise_xor       742 modules/core/test/ocl/test_arithm.cpp         OCL_OFF(cv::bitwise_xor(src1_roi, val, dst1_roi));
bitwise_xor       743 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_xor(usrc1_roi, val, udst1_roi));
bitwise_xor       754 modules/core/test/ocl/test_arithm.cpp         OCL_OFF(cv::bitwise_xor(src1_roi, val, dst1_roi, mask_roi));
bitwise_xor       755 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_xor(usrc1_roi, val, udst1_roi, umask_roi));
bitwise_xor       288 modules/core/test/test_arithm.cpp             bitwise_xor(src[0], src[1], dst, mask);
bitwise_xor       319 modules/core/test/test_arithm.cpp             bitwise_xor(src[0], gamma, dst, mask);
bitwise_xor      1498 modules/core/test/test_arithm.cpp                     bitwise_xor(a, b, c, mask);
bitwise_xor      1499 modules/core/test/test_arithm.cpp                     bitwise_xor(a1, b1, d);
bitwise_xor       659 modules/core/test/test_umat.cpp         cv::bitwise_xor(ura, urb, urc);
bitwise_xor       262 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void bitwise_xor(InputArray src1, InputArray src2, OutputArray dst, InputArray mask = noArray(), Stream& stream = Stream::Null());
bitwise_xor       914 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::bitwise_xor(d_src1, d_src2, dst);
bitwise_xor       922 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::bitwise_xor(src1, src2, dst);
bitwise_xor       954 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::bitwise_xor(d_src, is, dst);
bitwise_xor       962 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::bitwise_xor(src, is, dst);
bitwise_xor      2063 modules/cudaarithm/test/test_element_operations.cpp     cv::cuda::bitwise_xor(loadMat(src1), loadMat(src2), dst);
bitwise_xor      2128 modules/cudaarithm/test/test_element_operations.cpp     cv::cuda::bitwise_xor(loadMat(src), val, dst);
bitwise_xor      2131 modules/cudaarithm/test/test_element_operations.cpp     cv::bitwise_xor(src, val, dst_gold);
bitwise_xor      1224 modules/imgproc/src/lsd.cpp     bitwise_xor(I1, I2, Ixor);
bitwise_xor       146 modules/photo/src/align.cpp                     bitwise_xor(tb1, shifted_tb2, diff);
bitwise_xor      1330 modules/ts/src/ts_func.cpp         bitwise_xor(src1, src2, temp);