bitwise_or       1169 modules/core/include/opencv2/core.hpp CV_EXPORTS_W void bitwise_or(InputArray src1, InputArray src2,
bitwise_or        269 modules/core/include/opencv2/core/operations.hpp CV_MAT_AUG_OPERATOR  (|=, cv::bitwise_or(a,b,a), Mat, Mat)
bitwise_or        270 modules/core/include/opencv2/core/operations.hpp CV_MAT_AUG_OPERATOR  (|=, cv::bitwise_or(a,b,a), Mat, Scalar)
bitwise_or        271 modules/core/include/opencv2/core/operations.hpp CV_MAT_AUG_OPERATOR_T(|=, cv::bitwise_or(a,b,a), Mat_<_Tp>, Mat)
bitwise_or        272 modules/core/include/opencv2/core/operations.hpp CV_MAT_AUG_OPERATOR_T(|=, cv::bitwise_or(a,b,a), Mat_<_Tp>, Scalar)
bitwise_or        273 modules/core/include/opencv2/core/operations.hpp CV_MAT_AUG_OPERATOR_T(|=, cv::bitwise_or(a,b,a), Mat_<_Tp>, Mat_<_Tp>)
bitwise_or         83 modules/core/misc/java/test/CoreTest.java         Core.bitwise_or(gray1, gray2, dst);
bitwise_or         89 modules/core/misc/java/test/CoreTest.java         Core.bitwise_or(gray127, gray3, dst, gray255);
bitwise_or        101 modules/core/misc/java/test/CoreTest.java         Core.bitwise_or(gray127, gray128, dst, gray255);
bitwise_or        525 modules/core/perf/opencl/perf_arithm.cpp     OCL_TEST_CYCLE() cv::bitwise_or(src1, src2, dst);
bitwise_or         45 modules/core/perf/perf_bitwise.cpp PERF_TEST_P(Size_MatType, bitwise_or, TYPICAL_MATS_BITW_ARITHM)
bitwise_or         56 modules/core/perf/perf_bitwise.cpp     TEST_CYCLE() bitwise_or(a, b, c);
bitwise_or       5822 modules/core/src/arithm.cpp     cv::bitwise_or( src1, src2, dst, mask );
bitwise_or       5856 modules/core/src/arithm.cpp     cv::bitwise_or( src, (const cv::Scalar&)s, dst, mask );
bitwise_or       1335 modules/core/src/matop.cpp         bitwise_or(e.a, e.b, dst);
bitwise_or       1337 modules/core/src/matop.cpp         bitwise_or(e.a, e.s, dst);
bitwise_or        666 modules/core/test/ocl/test_arithm.cpp         OCL_OFF(cv::bitwise_or(src1_roi, src2_roi, dst1_roi));
bitwise_or        667 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_or(usrc1_roi, usrc2_roi, udst1_roi));
bitwise_or        678 modules/core/test/ocl/test_arithm.cpp         OCL_OFF(cv::bitwise_or(src1_roi, src2_roi, dst1_roi, mask_roi));
bitwise_or        679 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_or(usrc1_roi, usrc2_roi, udst1_roi, umask_roi));
bitwise_or        690 modules/core/test/ocl/test_arithm.cpp         OCL_OFF(cv::bitwise_or(src1_roi, val, dst1_roi));
bitwise_or        691 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_or(usrc1_roi, val, udst1_roi));
bitwise_or        702 modules/core/test/ocl/test_arithm.cpp         OCL_OFF(cv::bitwise_or(src1_roi, val, dst1_roi, mask_roi));
bitwise_or        703 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_or(val, usrc1_roi, udst1_roi, umask_roi));
bitwise_or        286 modules/core/test/test_arithm.cpp             bitwise_or(src[0], src[1], dst, mask);
bitwise_or        317 modules/core/test/test_arithm.cpp             bitwise_or(src[0], gamma, dst, mask);
bitwise_or       1493 modules/core/test/test_arithm.cpp                     bitwise_or(a, b, c, mask);
bitwise_or       1494 modules/core/test/test_arithm.cpp                     bitwise_or(a1, b1, d);
bitwise_or        242 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void bitwise_or(InputArray src1, InputArray src2, OutputArray dst, InputArray mask = noArray(), Stream& stream = Stream::Null());
bitwise_or        838 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::bitwise_or(d_src1, d_src2, dst);
bitwise_or        846 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::bitwise_or(src1, src2, dst);
bitwise_or        878 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::bitwise_or(d_src, is, dst);
bitwise_or        886 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::bitwise_or(src, is, dst);
bitwise_or       2043 modules/cudaarithm/test/test_element_operations.cpp     cv::cuda::bitwise_or(loadMat(src1), loadMat(src2), dst);
bitwise_or       2106 modules/cudaarithm/test/test_element_operations.cpp     cv::cuda::bitwise_or(loadMat(src), val, dst);
bitwise_or       2109 modules/cudaarithm/test/test_element_operations.cpp     cv::bitwise_or(src, val, dst_gold);