Home
last modified time | relevance | path

Searched defs:bitwise_not (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/core/perf/
Dperf_bitwise.cpp13 PERF_TEST_P(Size_MatType, bitwise_not, TYPICAL_MATS_BITW_ARITHM) in PERF_TEST_P() argument
/external/opencv3/modules/cudaarithm/src/cuda/
Dbitwise_mat.cu64 void cv::cuda::bitwise_not(InputArray _src, OutputArray _dst, InputArray _mask, Stream& stream) in bitwise_not() function in cv::cuda
/external/opencv3/modules/cudaarithm/src/
Delement_operations.cpp65 void cv::cuda::bitwise_not(InputArray, OutputArray, InputArray, Stream&) { throw_no_cuda(); } in bitwise_not() function in cv::cuda
/external/opencv3/modules/java/src/
Dcore+Core.java1333 public static void bitwise_not(Mat src, Mat dst, Mat mask) in bitwise_not() method in Core
1342 public static void bitwise_not(Mat src, Mat dst) in bitwise_not() method in Core
/external/opencv3/modules/core/src/
Darithm.cpp1736 void cv::bitwise_not(InputArray a, OutputArray c, InputArray mask) in bitwise_not() function in cv