Searched defs:bitwise_not (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/core/perf/ |
D | perf_bitwise.cpp | 13 PERF_TEST_P(Size_MatType, bitwise_not, TYPICAL_MATS_BITW_ARITHM) in PERF_TEST_P() argument
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
D | bitwise_mat.cu | 64 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/ |
D | element_operations.cpp | 65 void cv::cuda::bitwise_not(InputArray, OutputArray, InputArray, Stream&) { throw_no_cuda(); } in bitwise_not() function in cv::cuda
|
/external/opencv3/modules/java/src/ |
D | core+Core.java | 1333 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/ |
D | arithm.cpp | 1736 void cv::bitwise_not(InputArray a, OutputArray c, InputArray mask) in bitwise_not() function in cv
|