HomeSort by relevance Sort by last modified time
    Searched refs:useTegra (Results 1 - 23 of 23) sorted by null

  /external/opencv3/modules/core/src/
precomp.hpp 267 useTegra = -1;
277 int useTegra; // 1 - use, 0 - do not use, -1 - auto/not initialized
system.cpp     [all...]
arithm.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
private.hpp 288 CV_EXPORTS bool useTegra();
  /external/opencv3/modules/imgproc/src/
deriv.cpp 565 if (tegra::useTegra() && scale == 1.0 && delta == 0)
623 if (tegra::useTegra() && scale == 1.0 && delta == 0)
    [all...]
thresh.cpp 67 if (tegra::useTegra() && tegra::thresh_8u(_src, _dst, roi.width, roi.height, thresh, maxval, type))
411 if (tegra::useTegra() && tegra::thresh_16s(_src, _dst, roi.width, roi.height, thresh, maxval, type))
679 if (tegra::useTegra() && tegra::thresh_32f(_src, _dst, roi.width, roi.height, thresh, maxval, type))
    [all...]
pyramids.cpp     [all...]
canny.cpp 609 if (tegra::useTegra() && tegra::canny(src, dst, low_thresh, high_thresh, aperture_size, L2gradient))
    [all...]
corner.cpp 272 if (tegra::useTegra() && tegra::cornerEigenValsVecs(src, eigenv, block_size, aperture_size, op_type, k, borderType))
smooth.cpp     [all...]
templmatch.cpp     [all...]
color.cpp     [all...]
imgwarp.cpp     [all...]
filter.cpp     [all...]
  /external/opencv3/modules/photo/src/
denoising.cpp 130 if(hn == 1 && tegra::useTegra() &&
  /external/opencv3/modules/stitching/src/
blenders.cpp 484 if(tegra::useTegra() && tegra::normalizeUsingWeightMap(weight, src))
555 if(tegra::useTegra() && tegra::createLaplacePyr(imgMat, num_levels, pyr))
matchers.cpp 151 if (tegra::useTegra() && tegra::match2nearest(features1, features2, matches_info, match_conf_))
  /external/opencv3/modules/features2d/src/
fast.cpp 349 if(tegra::useTegra() && tegra::FAST(_img, keypoints, threshold, nonmax_suppression))
  /external/opencv3/modules/hal/src/
mathfuncs.cpp 71 if (tegra::useTegra() && tegra::FastAtan2_32f(Y, X, angle, len, scale))
    [all...]
  /external/opencv3/modules/calib3d/src/
circlesgrid.cpp 72 if(tegra::useTegra() && tegra::hierarchicalClustering(points, patternSz, patternPoints))
    [all...]
  /external/opencv3/modules/objdetect/src/
cascadedetect.cpp 996 if (tegra::useTegra())
    [all...]
  /external/opencv3/modules/video/src/
lkpyramid.cpp 61 if (tegra::useTegra() && tegra::calcSharrDeriv(src, dst))
    [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp     [all...]

Completed in 3257 milliseconds