Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaarithm/src/cuda/
Dcountnonzero.cu71 void cv::cuda::countNonZero(InputArray _src, OutputArray _dst, Stream& stream) in countNonZero() function in cv::cuda
98 int cv::cuda::countNonZero(InputArray _src) in countNonZero() function in cv::cuda
/external/opencv3/modules/core/perf/
Dperf_stat.cpp90 PERF_TEST_P(Size_MatType, countNonZero, testing::Combine( testing::Values( TYPICAL_MAT_SIZES ), tes… in PERF_TEST_P() argument
/external/opencv3/modules/cudaarithm/src/
Dreductions.cpp67 int cv::cuda::countNonZero(InputArray) { throw_no_cuda(); return 0; } in countNonZero() function in cv::cuda
68 void cv::cuda::countNonZero(InputArray, OutputArray, Stream&) { throw_no_cuda(); } in countNonZero() function in cv::cuda
/external/opencv3/modules/core/src/
Dstat.cpp1294 int cv::countNonZero( InputArray _src ) in countNonZero() function in cv
/external/opencv3/modules/java/src/
Dcore+Core.java645 public static int countNonZero(Mat src) in countNonZero() method in Core