bitwise_and 542 modules/calib3d/src/five-point.cpp bitwise_and(mask, mask1, mask1); bitwise_and 543 modules/calib3d/src/five-point.cpp bitwise_and(mask, mask2, mask2); bitwise_and 544 modules/calib3d/src/five-point.cpp bitwise_and(mask, mask3, mask3); bitwise_and 545 modules/calib3d/src/five-point.cpp bitwise_and(mask, mask4, mask4); bitwise_and 1142 modules/core/include/opencv2/core.hpp CV_EXPORTS_W void bitwise_and(InputArray src1, InputArray src2, bitwise_and 263 modules/core/include/opencv2/core/operations.hpp CV_MAT_AUG_OPERATOR (&=, cv::bitwise_and(a,b,a), Mat, Mat) bitwise_and 264 modules/core/include/opencv2/core/operations.hpp CV_MAT_AUG_OPERATOR (&=, cv::bitwise_and(a,b,a), Mat, Scalar) bitwise_and 265 modules/core/include/opencv2/core/operations.hpp CV_MAT_AUG_OPERATOR_T(&=, cv::bitwise_and(a,b,a), Mat_<_Tp>, Mat) bitwise_and 266 modules/core/include/opencv2/core/operations.hpp CV_MAT_AUG_OPERATOR_T(&=, cv::bitwise_and(a,b,a), Mat_<_Tp>, Scalar) bitwise_and 267 modules/core/include/opencv2/core/operations.hpp CV_MAT_AUG_OPERATOR_T(&=, cv::bitwise_and(a,b,a), Mat_<_Tp>, Mat_<_Tp>) bitwise_and 59 modules/core/misc/java/test/CoreTest.java Core.bitwise_and(gray127, gray3, dst); bitwise_and 65 modules/core/misc/java/test/CoreTest.java Core.bitwise_and(gray3, gray1, dst, gray255); bitwise_and 483 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::bitwise_and(src1, src2, dst); bitwise_and 29 modules/core/perf/perf_bitwise.cpp PERF_TEST_P(Size_MatType, bitwise_and, TYPICAL_MATS_BITW_ARITHM) bitwise_and 40 modules/core/perf/perf_bitwise.cpp TEST_CYCLE() bitwise_and(a, b, c); bitwise_and 5810 modules/core/src/arithm.cpp cv::bitwise_and( src1, src2, dst, mask ); bitwise_and 5845 modules/core/src/arithm.cpp cv::bitwise_and( src, (const cv::Scalar&)s, dst, mask ); bitwise_and 1331 modules/core/src/matop.cpp bitwise_and(e.a, e.b, dst); bitwise_and 1333 modules/core/src/matop.cpp bitwise_and(e.a, e.s, dst); bitwise_and 2857 modules/core/src/stat.cpp bitwise_and(src, mask, temp); bitwise_and 3341 modules/core/src/stat.cpp bitwise_and(temp, mask, temp); bitwise_and 614 modules/core/test/ocl/test_arithm.cpp OCL_OFF(cv::bitwise_and(src1_roi, src2_roi, dst1_roi)); bitwise_and 615 modules/core/test/ocl/test_arithm.cpp OCL_ON(cv::bitwise_and(usrc1_roi, usrc2_roi, udst1_roi)); bitwise_and 626 modules/core/test/ocl/test_arithm.cpp OCL_OFF(cv::bitwise_and(src1_roi, src2_roi, dst1_roi, mask_roi)); bitwise_and 627 modules/core/test/ocl/test_arithm.cpp OCL_ON(cv::bitwise_and(usrc1_roi, usrc2_roi, udst1_roi, umask_roi)); bitwise_and 638 modules/core/test/ocl/test_arithm.cpp OCL_OFF(cv::bitwise_and(src1_roi, val, dst1_roi)); bitwise_and 639 modules/core/test/ocl/test_arithm.cpp OCL_ON(cv::bitwise_and(usrc1_roi, val, udst1_roi)); bitwise_and 650 modules/core/test/ocl/test_arithm.cpp OCL_OFF(cv::bitwise_and(src1_roi, val, dst1_roi, mask_roi)); bitwise_and 651 modules/core/test/ocl/test_arithm.cpp OCL_ON(cv::bitwise_and(usrc1_roi, val, udst1_roi, umask_roi)); bitwise_and 284 modules/core/test/test_arithm.cpp bitwise_and(src[0], src[1], dst, mask); bitwise_and 315 modules/core/test/test_arithm.cpp bitwise_and(src[0], gamma, dst, mask); bitwise_and 1488 modules/core/test/test_arithm.cpp bitwise_and(a, b, c, mask); bitwise_and 1489 modules/core/test/test_arithm.cpp bitwise_and(a1, b1, d); bitwise_and 252 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void bitwise_and(InputArray src1, InputArray src2, OutputArray dst, InputArray mask = noArray(), Stream& stream = Stream::Null()); bitwise_and 762 modules/cudaarithm/perf/perf_element_operations.cpp TEST_CYCLE() cv::cuda::bitwise_and(d_src1, d_src2, dst); bitwise_and 770 modules/cudaarithm/perf/perf_element_operations.cpp TEST_CYCLE() cv::bitwise_and(src1, src2, dst); bitwise_and 802 modules/cudaarithm/perf/perf_element_operations.cpp TEST_CYCLE() cv::cuda::bitwise_and(d_src, is, dst); bitwise_and 810 modules/cudaarithm/perf/perf_element_operations.cpp TEST_CYCLE() cv::bitwise_and(src, is, dst); bitwise_and 2053 modules/cudaarithm/test/test_element_operations.cpp cv::cuda::bitwise_and(loadMat(src1), loadMat(src2), dst); bitwise_and 2117 modules/cudaarithm/test/test_element_operations.cpp cv::cuda::bitwise_and(loadMat(src), val, dst); bitwise_and 2120 modules/cudaarithm/test/test_element_operations.cpp cv::bitwise_and(src, val, dst_gold); bitwise_and 655 modules/cudafeatures2d/src/orb.cpp cuda::bitwise_and(maskPyr_[level], buf_, maskPyr_[level]); bitwise_and 147 modules/photo/src/align.cpp bitwise_and(diff, eb1, diff); bitwise_and 148 modules/photo/src/align.cpp bitwise_and(diff, shifted_eb2, diff); bitwise_and 319 modules/stitching/src/stitcher.cpp bitwise_and(seam_mask, mask_warped, mask_warped); bitwise_and 1249 modules/ts/src/ts_func.cpp bitwise_and(src, mask, temp); bitwise_and 1332 modules/ts/src/ts_func.cpp bitwise_and(temp, mask, temp); bitwise_and 145 samples/cpp/cloning_gui.cpp bitwise_and(img0, img0, final,res1); bitwise_and 498 samples/cpp/cloning_gui.cpp bitwise_and(img0, img0, final,res1); bitwise_and 102 samples/cpp/create_mask.cpp bitwise_and(img0, img0, final,res1); bitwise_and 190 samples/cpp/select3dobj.cpp bitwise_and(selectedObjMask, Scalar::all(1), selectedObjMask); bitwise_and 144 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp bitwise_and(img0, img0, final,res1); bitwise_and 497 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp bitwise_and(img0, img0, final,res1); bitwise_and 162 samples/tapi/camshift.cpp cv::bitwise_and(backproj, mask, backproj);