/external/opencv3/modules/cudaarithm/src/ |
D | reductions.cpp | 50 double cv::cuda::norm(InputArray, int, InputArray) { throw_no_cuda(); return 0.0; } in norm() argument 51 void cv::cuda::calcNorm(InputArray, OutputArray, int, InputArray, Stream&) { throw_no_cuda(); } in calcNorm() argument 52 double cv::cuda::norm(InputArray, InputArray, int) { throw_no_cuda(); return 0.0; } in norm() argument 53 void cv::cuda::calcNormDiff(InputArray, InputArray, OutputArray, int, Stream&) { throw_no_cuda(); } in calcNormDiff() argument 55 Scalar cv::cuda::sum(InputArray, InputArray) { throw_no_cuda(); return Scalar(); } in sum() argument 56 void cv::cuda::calcSum(InputArray, OutputArray, InputArray, Stream&) { throw_no_cuda(); } in calcSum() argument 57 Scalar cv::cuda::absSum(InputArray, InputArray) { throw_no_cuda(); return Scalar(); } in absSum() argument 58 void cv::cuda::calcAbsSum(InputArray, OutputArray, InputArray, Stream&) { throw_no_cuda(); } in calcAbsSum() argument 59 Scalar cv::cuda::sqrSum(InputArray, InputArray) { throw_no_cuda(); return Scalar(); } in sqrSum() argument 60 void cv::cuda::calcSqrSum(InputArray, OutputArray, InputArray, Stream&) { throw_no_cuda(); } in calcSqrSum() argument [all …]
|
D | element_operations.cpp | 50 void cv::cuda::add(InputArray, InputArray, OutputArray, InputArray, int, Stream&) { throw_no_cuda()… in add() argument 51 void cv::cuda::subtract(InputArray, InputArray, OutputArray, InputArray, int, Stream&) { throw_no_c… in subtract() argument 52 void cv::cuda::multiply(InputArray, InputArray, OutputArray, double, int, Stream&) { throw_no_cuda(… in multiply() argument 53 void cv::cuda::divide(InputArray, InputArray, OutputArray, double, int, Stream&) { throw_no_cuda();… in divide() argument 54 void cv::cuda::absdiff(InputArray, InputArray, OutputArray, Stream&) { throw_no_cuda(); } in absdiff() argument 56 void cv::cuda::abs(InputArray, OutputArray, Stream&) { throw_no_cuda(); } in abs() argument 57 void cv::cuda::sqr(InputArray, OutputArray, Stream&) { throw_no_cuda(); } in sqr() argument 58 void cv::cuda::sqrt(InputArray, OutputArray, Stream&) { throw_no_cuda(); } in sqrt() argument 59 void cv::cuda::exp(InputArray, OutputArray, Stream&) { throw_no_cuda(); } in exp() argument 60 void cv::cuda::log(InputArray, OutputArray, Stream&) { throw_no_cuda(); } in log() argument [all …]
|
D | core.cpp | 53 void cv::cuda::split(InputArray, GpuMat*, Stream&) { throw_no_cuda(); } in split() argument 54 void cv::cuda::split(InputArray, std::vector<GpuMat>&, Stream&) { throw_no_cuda(); } in split() argument 56 void cv::cuda::transpose(InputArray, OutputArray, Stream&) { throw_no_cuda(); } in transpose() argument 58 void cv::cuda::flip(InputArray, OutputArray, int, Stream&) { throw_no_cuda(); } in flip() argument 60 Ptr<LookUpTable> cv::cuda::createLookUpTable(InputArray) { throw_no_cuda(); return Ptr<LookUpTable>… in createLookUpTable() argument 62 void cv::cuda::copyMakeBorder(InputArray, OutputArray, int, int, int, int, int, Scalar, Stream&) { … in copyMakeBorder() argument
|
D | arithm.cpp | 50 void cv::cuda::gemm(InputArray, InputArray, double, InputArray, double, OutputArray, int, Stream&) … in gemm() argument 52 void cv::cuda::mulSpectrums(InputArray, InputArray, OutputArray, int, bool, Stream&) { throw_no_cud… in mulSpectrums() argument 53 void cv::cuda::mulAndScaleSpectrums(InputArray, InputArray, OutputArray, int, float, bool, Stream&)… in mulAndScaleSpectrums() argument 55 void cv::cuda::dft(InputArray, OutputArray, Size, int, Stream&) { throw_no_cuda(); } in dft() argument
|
/external/opencv3/modules/cudaimgproc/src/ |
D | blend.cpp | 50 void cv::cuda::blendLinear(InputArray, InputArray, InputArray, InputArray, OutputArray, Stream&) { … in blendLinear() argument
|
D | mean_shift.cpp | 50 void cv::cuda::meanShiftFiltering(InputArray, OutputArray, int, int, TermCriteria, Stream&) { throw… in meanShiftFiltering() argument 51 void cv::cuda::meanShiftProc(InputArray, OutputArray, OutputArray, int, int, TermCriteria, Stream&)… in meanShiftProc() argument
|
D | histogram.cpp | 50 void cv::cuda::calcHist(InputArray, OutputArray, Stream&) { throw_no_cuda(); } in calcHist() argument 52 void cv::cuda::equalizeHist(InputArray, OutputArray, Stream&) { throw_no_cuda(); } in equalizeHist() argument 58 void cv::cuda::histEven(InputArray, OutputArray, InputOutputArray, int, int, int, Stream&) { throw_… in histEven() argument 59 void cv::cuda::histEven(InputArray, GpuMat*, InputOutputArray, int*, int*, int*, Stream&) { throw_n… in histEven() argument 61 void cv::cuda::histRange(InputArray, OutputArray, InputArray, InputOutputArray, Stream&) { throw_no… in histRange() argument 62 void cv::cuda::histRange(InputArray, GpuMat*, const GpuMat*, InputOutputArray, Stream&) { throw_no_… in histRange() argument
|
D | bilateral_filter.cpp | 50 void cv::cuda::bilateralFilter(InputArray, OutputArray, int, float, float, int, Stream&) { throw_no… in bilateralFilter() argument
|
/external/opencv3/modules/cudawarping/src/ |
D | remap.cpp | 47 void cv::cuda::remap(InputArray, OutputArray, InputArray, InputArray, int, int, Scalar, Stream&){ t… in remap() argument
|
D | warp.cpp | 50 void cv::cuda::warpAffine(InputArray, OutputArray, InputArray, Size, int, int, Scalar, Stream&) { t… in warpAffine() argument 51 void cv::cuda::buildWarpAffineMaps(InputArray, bool, Size, OutputArray, OutputArray, Stream&) { thr… in buildWarpAffineMaps() argument 53 void cv::cuda::warpPerspective(InputArray, OutputArray, InputArray, Size, int, int, Scalar, Stream&… in warpPerspective() argument 54 void cv::cuda::buildWarpPerspectiveMaps(InputArray, bool, Size, OutputArray, OutputArray, Stream&) … in buildWarpPerspectiveMaps() argument 56 void cv::cuda::rotate(InputArray, OutputArray, Size, double, double, double, int, Stream&) { throw_… in rotate() argument
|
D | pyramids.cpp | 50 void cv::cuda::pyrDown(InputArray, OutputArray, Stream&) { throw_no_cuda(); } in pyrDown() argument 51 void cv::cuda::pyrUp(InputArray, OutputArray, Stream&) { throw_no_cuda(); } in pyrUp() argument
|
D | resize.cpp | 47 void cv::cuda::resize(InputArray, OutputArray, Size, double, double, int, Stream&) { throw_no_cuda(… in resize() argument
|
/external/opencv3/modules/cudafeatures2d/src/ |
D | feature2d_async.cpp | 77 void cv::cuda::Feature2DAsync::detectAndComputeAsync(InputArray /*image*/, in detectAndComputeAsync() argument
|
/external/opencv3/modules/cudastereo/src/ |
D | util.cpp | 50 void cv::cuda::reprojectImageTo3D(InputArray, OutputArray, InputArray, int, Stream&) { throw_no_cud… in reprojectImageTo3D() argument 51 void cv::cuda::drawColorDisp(InputArray, OutputArray, int, Stream&) { throw_no_cuda(); } in drawColorDisp() argument
|
/external/opencv3/modules/calib3d/ |
D | precomp.hpp | 91 virtual bool checkSubset(InputArray, InputArray, int) const { return true; } in checkSubset() argument
|
/external/opencv3/modules/calib3d/src/ |
D | precomp.hpp | 91 virtual bool checkSubset(InputArray, InputArray, int) const { return true; } in checkSubset() argument
|
/external/opencv3/modules/features2d/src/ |
D | feature2d.cpp | 139 void Feature2D::detectAndCompute( InputArray, InputArray, in detectAndCompute() argument
|
/external/opencv3/modules/photo/src/ |
D | denoising.cuda.cpp | 63 void cv::cuda::nonLocalMeans(InputArray, OutputArray, float, int, int, int, Stream&) { throw_no_cud… in nonLocalMeans() argument 64 void cv::cuda::fastNlMeansDenoising(InputArray, OutputArray, float, int, int, Stream&) { throw_no_c… in fastNlMeansDenoising() argument 65 void cv::cuda::fastNlMeansDenoisingColored(InputArray, OutputArray, float, float, int, int, Stream&… in fastNlMeansDenoisingColored() argument
|
D | align.cpp | 61 void process(InputArrayOfArrays src, std::vector<Mat>& dst, in process() argument
|
D | merge.cpp | 147 void process(InputArrayOfArrays src, OutputArrayOfArrays dst, InputArray, InputArray) in process() argument
|
/external/opencv3/modules/stitching/src/ |
D | timelapsers.cpp | 66 void Timelapser::process(InputArray _img, InputArray /*_mask*/, Point tl) in process() argument
|
D | exposure_compensate.cpp | 148 void GainCompensator::apply(int index, Point /*corner*/, InputOutputArray image, InputArray /*mask*… in apply() argument 226 void BlocksGainCompensator::apply(int index, Point /*corner*/, InputOutputArray _image, InputArray … in apply() argument
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | exposure_compensate.hpp | 92 void apply(int /*index*/, Point /*corner*/, InputOutputArray /*image*/, InputArray /*mask*/) { } in apply() argument
|
/external/opencv3/modules/cudalegacy/src/ |
D | image_pyramid.cpp | 50 Ptr<ImagePyramid> cv::cuda::createImagePyramid(InputArray, int, Stream&) { throw_no_cuda(); return … in createImagePyramid() argument
|
/external/opencv3/modules/superres/perf/ |
D | perf_superres.cpp | 95 virtual void calc(InputArray frame0, InputArray, OutputArray flow1, OutputArray flow2) in calc() argument
|