Home
last modified time | relevance | path

Searched defs:ymap (Results 1 – 20 of 20) sorted by relevance

/external/opencv3/modules/cudawarping/test/
Dtest_remap.cpp54 …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
Dtest_warp_affine.cpp86 cv::cuda::GpuMat xmap, ymap; in CUDA_TEST_P() local
Dtest_warp_perspective.cpp86 cv::cuda::GpuMat xmap, ymap; in CUDA_TEST_P() local
/external/opencv3/modules/cudawarping/src/cuda/
Dwarp.cu85 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()
Dremap.cu206 …emap_gpu(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSzf xmap, PtrStepSzf ymap, in remap_gpu()
/external/opencv3/modules/stitching/src/
Dwarpers_cuda.cpp150 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()
Dwarpers.cpp97 …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/
Dwarpers.hpp410 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()
Dwarpers_inl.hpp76 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/
Dremap.cpp79 GpuMat ymap = _ymap.getGpuMat(); in remap() local
Dwarp.cpp90 GpuMat ymap = _ymap.getGpuMat(); in buildWarpAffineMaps() local
119 GpuMat ymap = _ymap.getGpuMat(); in buildWarpPerspectiveMaps() local
/external/opencv3/modules/stitching/perf/opencl/
Dperf_warpers.cpp124 UMat xmap, ymap; in OCL_PERF_TEST_P() local
/external/opencv3/modules/stitching/test/ocl/
Dtest_warpers.cpp54 Mat src, dst, xmap, ymap; member
/external/opencv3/modules/imgproc/perf/opencl/
Dperf_imgwarp.cpp188 UMat xmap(srcSize, CV_32FC1), ymap(srcSize, CV_32FC1); in OCL_PERF_TEST_P() local
/external/opencv3/apps/traincascade/
DHOGfeatures.cpp169 int* ymap = xmap + gradSize.width + 2; in integralHistogram() local
/external/opencv3/modules/cudawarping/perf/
Dperf_warping.cpp117 cv::Mat ymap(size, CV_32FC1); in PERF_TEST_P() local
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_xv.c310 char *ymap, *vmap, *umap; in copy_packed_data() local
/external/opencv3/samples/gpu/performance/
Dtests.cpp91 Mat src, dst, xmap, ymap; in TEST() local
/external/opencv3/modules/objdetect/test/
Dtest_cascadeandhog.cpp1213 int* ymap = xmap + gradsize.width + 2; in computeGradient() local
/external/opencv3/modules/objdetect/src/
Dhog.cpp273 int* ymap = xmap + gradsize.width + 2; in computeGradient() local