/external/opencv3/modules/cudawarping/test/ |
D | test_remap.cpp | 54 …erpolator> void remapImpl(const cv::Mat& src, const cv::Mat& xmap, const cv::Mat& ymap, cv::Mat& d… in remapImpl() 72 …void remapGold(const cv::Mat& src, const cv::Mat& xmap, const cv::Mat& ymap, cv::Mat& dst, int int… in remapGold() 125 cv::Mat ymap; in PARAM_TEST_CASE() local
|
D | test_warp_affine.cpp | 86 cv::cuda::GpuMat xmap, ymap; in CUDA_TEST_P() local
|
D | test_warp_perspective.cpp | 86 cv::cuda::GpuMat xmap, ymap; in CUDA_TEST_P() local
|
/external/opencv3/modules/cudawarping/src/cuda/ |
D | warp.cu | 85 template <class Transform> __global__ void buildWarpMaps(PtrStepSzf xmap, PtrStepf ymap) in buildWarpMaps() 99 …template <class Transform> void buildWarpMaps_caller(PtrStepSzf xmap, PtrStepSzf ymap, cudaStream_… in buildWarpMaps_caller() 111 …void buildWarpAffineMaps_gpu(float coeffs[2 * 3], PtrStepSzf xmap, PtrStepSzf ymap, cudaStream_t s… in buildWarpAffineMaps_gpu() 118 …void buildWarpPerspectiveMaps_gpu(float coeffs[3 * 3], PtrStepSzf xmap, PtrStepSzf ymap, cudaStrea… in buildWarpPerspectiveMaps_gpu()
|
D | remap.cu | 206 …emap_gpu(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSzf xmap, PtrStepSzf ymap, in remap_gpu()
|
/external/opencv3/modules/stitching/src/ |
D | warpers_cuda.cpp | 150 cuda::GpuMat & xmap, cuda::GpuMat & ymap) in buildMaps() 156 cuda::GpuMat & xmap, cuda::GpuMat & ymap) in buildMaps() 210 …Gpu::buildMaps(Size src_size, InputArray K, InputArray R, cuda::GpuMat & xmap, cuda::GpuMat & ymap) in buildMaps() 256 cuda::GpuMat & xmap, cuda::GpuMat & ymap) in buildMaps()
|
D | warpers.cpp | 97 …aneWarper::buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) in buildMaps() 136 Mat xmap = _xmap.getMat(), ymap = _ymap.getMat(); in buildMaps() local 311 …calWarper::buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) in buildMaps() 359 …calWarper::buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) in buildMaps()
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | warpers.hpp | 410 Rect buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) in buildMaps() 418 …ldMaps(Size src_size, InputArray K, InputArray R, InputArray T, OutputArray xmap, OutputArray ymap) in buildMaps() 464 Rect buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) in buildMaps() 496 Rect buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) in buildMaps()
|
D | warpers_inl.hpp | 76 Mat xmap = _xmap.getMat(), ymap = _ymap.getMat(); in buildMaps() local 97 UMat xmap, ymap; in warp() local 120 Mat ymap(dst_size, CV_32F); in warpBackward() local
|
/external/opencv3/modules/cudawarping/src/ |
D | remap.cpp | 79 GpuMat ymap = _ymap.getGpuMat(); in remap() local
|
D | warp.cpp | 90 GpuMat ymap = _ymap.getGpuMat(); in buildWarpAffineMaps() local 119 GpuMat ymap = _ymap.getGpuMat(); in buildWarpPerspectiveMaps() local
|
/external/opencv3/modules/stitching/perf/opencl/ |
D | perf_warpers.cpp | 124 UMat xmap, ymap; in OCL_PERF_TEST_P() local
|
/external/opencv3/modules/stitching/test/ocl/ |
D | test_warpers.cpp | 54 Mat src, dst, xmap, ymap; member
|
/external/opencv3/modules/imgproc/perf/opencl/ |
D | perf_imgwarp.cpp | 188 UMat xmap(srcSize, CV_32FC1), ymap(srcSize, CV_32FC1); in OCL_PERF_TEST_P() local
|
/external/opencv3/apps/traincascade/ |
D | HOGfeatures.cpp | 169 int* ymap = xmap + gradSize.width + 2; in integralHistogram() local
|
/external/opencv3/modules/cudawarping/perf/ |
D | perf_warping.cpp | 117 cv::Mat ymap(size, CV_32FC1); in PERF_TEST_P() local
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_xv.c | 310 char *ymap, *vmap, *umap; in copy_packed_data() local
|
/external/opencv3/samples/gpu/performance/ |
D | tests.cpp | 91 Mat src, dst, xmap, ymap; in TEST() local
|
/external/opencv3/modules/objdetect/test/ |
D | test_cascadeandhog.cpp | 1213 int* ymap = xmap + gradsize.width + 2; in computeGradient() local
|
/external/opencv3/modules/objdetect/src/ |
D | hog.cpp | 273 int* ymap = xmap + gradsize.width + 2; in computeGradient() local
|