/external/opencv3/modules/core/perf/ |
perf_bitwise.cpp | 13 PERF_TEST_P(Size_MatType, bitwise_not, TYPICAL_MATS_BITW_ARITHM) 24 TEST_CYCLE() cv::bitwise_not(a, c);
|
/external/opencv3/modules/cudev/test/ |
test_bitwize_op.cu | 72 cv::bitwise_not(src, dst_gold);
|
/external/opencv3/samples/cpp/tutorial_code/ImgProc/ |
Morphology_3.cpp | 45 // Apply adaptiveThreshold at the bitwise_not of gray, notice the ~ symbol 91 bitwise_not(vertical, vertical);
|
/external/opencv3/modules/features2d/test/ |
test_mser.cpp | 128 bitwise_not(src, src);
|
/external/opencv3/samples/cpp/tutorial_code/ImgTrans/ |
imageSegmentation.cpp | 131 bitwise_not(mark, mark);
|
/external/opencv3/samples/python2/ |
camshift.py | 91 cv2.bitwise_not(vis_roi, vis_roi)
|
/external/opencv3/samples/cpp/ |
camshiftdemo.cpp | 178 bitwise_not(roi, roi);
|
calibration.cpp | 519 bitwise_not(view, view);
|
/external/opencv3/samples/tapi/ |
camshift.cpp | 189 cv::bitwise_not(roi, roi);
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
bitwise_mat.cu | 62 /// bitwise_not 64 void cv::cuda::bitwise_not(InputArray _src, OutputArray _dst, InputArray _mask, Stream& stream)
|
/external/opencv3/modules/cudaarithm/include/opencv2/ |
cudaarithm.hpp | 232 CV_EXPORTS void bitwise_not(InputArray src, OutputArray dst, InputArray mask = noArray(), Stream& stream = Stream::Null()); [all...] |
/external/opencv3/modules/photo/src/ |
seamless_cloning_impl.cpp | 328 bitwise_not(wmask,wmask);
|
/external/opencv3/samples/cpp/tutorial_code/calib3d/camera_calibration/ |
camera_calibration.cpp | 350 bitwise_not(view, view);
|
/external/opencv3/modules/cudaarithm/perf/ |
perf_element_operations.cpp | 726 TEST_CYCLE() cv::cuda::bitwise_not(d_src, dst); 734 TEST_CYCLE() cv::bitwise_not(src, dst); [all...] |
/art/compiler/optimizing/ |
instruction_simplifier.cc | 1470 HNot* bitwise_not = new (GetGraph()->GetArena()) HNot(instruction->GetType(), input_other); local [all...] |
/external/opencv3/modules/java/src/ |
core+Core.java | 1333 public static void bitwise_not(Mat src, Mat dst, Mat mask) method in class:Core 1342 public static void bitwise_not(Mat src, Mat dst) method in class:Core [all...] |
/external/opencv3/modules/core/include/opencv2/ |
core.hpp | [all...] |
/external/opencv3/modules/cudaarithm/src/ |
element_operations.cpp | 65 void cv::cuda::bitwise_not(InputArray, OutputArray, InputArray, Stream&) { throw_no_cuda(); } function in class:cv::cuda
|
/external/opencv3/modules/videostab/src/ |
inpainting.cpp | 468 bitwise_not(mask, invMask_);
|
/toolchain/binutils/binutils-2.25/gold/ |
expression.cc | 348 UNARY_EXPRESSION(bitwise_not, ~) [all...] |
/external/opencv3/modules/core/misc/java/test/ |
CoreTest.java | 71 Core.bitwise_not(gray255, dst); 77 Core.bitwise_not(gray0, dst, gray1); [all...] |
/external/opencv3/modules/core/test/ocl/ |
test_arithm.cpp | 760 //////////////////////////////// Bitwise_not ///////////////////////////////////////////////// 762 typedef ArithmTestBase Bitwise_not; 764 OCL_TEST_P(Bitwise_not, Mat) 770 OCL_OFF(cv::bitwise_not(src1_roi, dst1_roi)); 771 OCL_ON(cv::bitwise_not(usrc1_roi, udst1_roi)); [all...] |
/external/opencv3/modules/core/perf/opencl/ |
perf_arithm.cpp | 530 ///////////// bitwise_not //////////////////////// 534 OCL_PERF_TEST_P(BitwiseNotFixture, Bitwise_not, 546 OCL_TEST_CYCLE() cv::bitwise_not(src, dst); [all...] |
/external/opencv3/modules/core/src/ |
matop.cpp | 1343 bitwise_not(e.a, dst); [all...] |
/external/opencv3/modules/core/test/ |
test_arithm.cpp | 321 bitwise_not(src[0], dst); [all...] |