bitwise_not      1214 modules/core/include/opencv2/core.hpp CV_EXPORTS_W void bitwise_not(InputArray src, OutputArray dst,
bitwise_not        71 modules/core/misc/java/test/CoreTest.java         Core.bitwise_not(gray255, dst);
bitwise_not        77 modules/core/misc/java/test/CoreTest.java         Core.bitwise_not(gray0, dst, gray1);
bitwise_not       546 modules/core/perf/opencl/perf_arithm.cpp     OCL_TEST_CYCLE() cv::bitwise_not(src, dst);
bitwise_not        13 modules/core/perf/perf_bitwise.cpp PERF_TEST_P(Size_MatType, bitwise_not, TYPICAL_MATS_BITW_ARITHM)
bitwise_not        24 modules/core/perf/perf_bitwise.cpp     TEST_CYCLE() cv::bitwise_not(a, c);
bitwise_not      5798 modules/core/src/arithm.cpp     cv::bitwise_not( src, dst );
bitwise_not      1343 modules/core/src/matop.cpp         bitwise_not(e.a, dst);
bitwise_not       770 modules/core/test/ocl/test_arithm.cpp         OCL_OFF(cv::bitwise_not(src1_roi, dst1_roi));
bitwise_not       771 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_not(usrc1_roi, udst1_roi));
bitwise_not       321 modules/core/test/test_arithm.cpp             bitwise_not(src[0], dst);
bitwise_not       232 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void bitwise_not(InputArray src, OutputArray dst, InputArray mask = noArray(), Stream& stream = Stream::Null());
bitwise_not       726 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::bitwise_not(d_src, dst);
bitwise_not       734 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::bitwise_not(src, dst);
bitwise_not      2033 modules/cudaarithm/test/test_element_operations.cpp     cv::cuda::bitwise_not(loadMat(src1), dst);
bitwise_not       128 modules/features2d/test/test_mser.cpp             bitwise_not(src, src);
bitwise_not       328 modules/photo/src/seamless_cloning_impl.cpp     bitwise_not(wmask,wmask);
bitwise_not       468 modules/videostab/src/inpainting.cpp     bitwise_not(mask, invMask_);
bitwise_not       519 samples/cpp/calibration.cpp             bitwise_not(view, view);
bitwise_not       178 samples/cpp/camshiftdemo.cpp             bitwise_not(roi, roi);
bitwise_not        91 samples/cpp/tutorial_code/ImgProc/Morphology_3.cpp     bitwise_not(vertical, vertical);
bitwise_not       131 samples/cpp/tutorial_code/ImgTrans/imageSegmentation.cpp     bitwise_not(mark, mark);
bitwise_not       350 samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp             bitwise_not(view, view);
bitwise_not       189 samples/tapi/camshift.cpp             cv::bitwise_not(roi, roi);