HomeSort by relevance Sort by last modified time
    Searched refs:integral (Results 26 - 50 of 125) sorted by null

12 3 4 5

  /external/opencv3/apps/traincascade/
lbpfeatures.cpp 27 integral( img, innSum );
  /external/opencv3/modules/imgproc/test/ocl/
test_imgproc.cpp 282 ////////////////////////////////// integral /////////////////////////////////////////////////
284 struct Integral :
327 OCL_TEST_P(Integral, Mat1)
333 OCL_OFF(cv::integral(src_roi, dst_roi, sdepth));
334 OCL_ON(cv::integral(usrc_roi, udst_roi, sdepth));
340 OCL_TEST_P(Integral, Mat2)
346 OCL_OFF(cv::integral(src_roi, dst_roi, dst2_roi, sdepth, sqdepth));
347 OCL_ON(cv::integral(usrc_roi, udst_roi, udst2_roi, sdepth, sqdepth));
466 OCL_INSTANTIATE_TEST_CASE_P(Imgproc, Integral, Combine(
  /prebuilts/go/darwin-x86/src/math/cmplx/
exp.go 26 // integral.
log.go 26 // integral.
pow.go 26 // integral.
sqrt.go 26 // integral.
sin.go 26 // integral.
  /prebuilts/go/darwin-x86/src/testing/
allocs.go 12 // Although the return value has type float64, it will always be an integral value.
  /prebuilts/go/linux-x86/src/math/cmplx/
exp.go 26 // integral.
log.go 26 // integral.
pow.go 26 // integral.
sqrt.go 26 // integral.
sin.go 26 // integral.
  /prebuilts/go/linux-x86/src/testing/
allocs.go 12 // Although the return value has type float64, it will always be an integral value.
  /external/libxml2/
trionan.c 409 double integral, fraction;
423 (fraction = modf(number, &integral),
424 integral == fraction)));
  /external/opencv3/modules/imgproc/perf/opencl/
perf_imgproc.cpp 216 ///////////// Integral ////////////////////////
232 OCL_TEST_CYCLE() cv::integral(src, dst, ddepth);
248 OCL_TEST_CYCLE() cv::integral(src, sum, sqsum, ddepth, CV_32F);
  /prebuilts/go/darwin-x86/src/math/
atan.go 49 // integral.
tanh.go 51 // integral.
gamma.go 61 // integral.
tan.go 57 // integral.
  /prebuilts/go/linux-x86/src/math/
atan.go 49 // integral.
tanh.go 51 // integral.
  /external/opencv3/modules/cudaobjdetect/src/
cascadeclassifier.cpp 394 PtrStepSzi integral);
510 GpuMat integral;
567 GpuMat sint = integral(cv::Rect(prev, 0, level.sFrame.width + 1, level.sFrame.height + 1));
569 // generate integral for scale
571 cuda::integral(src, sint);
587 leaves_mat, subsets_mat, features_mat, subsetSize, candidates, dclassified.ptr<unsigned int>(), integral);
784 integral.create(frame.height + 1, integralFactor * (frame.width + 1), CV_32SC1);
  /external/opencv3/modules/imgproc/src/
sumpixels.cpp 428 void cv::integral( InputArray _src, OutputArray _sum, OutputArray _sqsum, OutputArray _tilted, int sdepth, int sqdepth ) function in class:cv
536 void cv::integral( InputArray src, OutputArray sum, int sdepth ) function in class:cv
538 integral( src, sum, noArray(), noArray(), sdepth );
541 void cv::integral( InputArray src, OutputArray sum, OutputArray sqsum, int sdepth, int sqdepth ) function in class:cv
543 integral( src, sum, sqsum, noArray(), sdepth, sqdepth );
566 cv::integral( src, sum, psqsum ? cv::_OutputArray(*psqsum) : cv::_OutputArray(),
  /external/opencv3/modules/cudaarithm/perf/
perf_reductions.cpp 461 // Integral
463 PERF_TEST_P(Sz, Integral,
476 TEST_CYCLE() cv::cuda::integral(d_src, dst);
484 TEST_CYCLE() cv::integral(src, dst);

Completed in 462 milliseconds

12 3 4 5