/external/opencv3/modules/stitching/perf/opencl/ |
H A D | perf_warpers.cpp | 91 Point warp(InputArray src, int interp_mode, int border_mode, OutputArray dst) const argument 93 return warper->warp(src, K, R, interp_mode, border_mode, dst);
|
/external/opencv3/modules/stitching/src/ |
H A D | warpers_cuda.cpp | 181 int interp_mode, int border_mode, 184 return warp(src, K, R, Mat::zeros(3, 1, CV_32F), interp_mode, border_mode, dst); 189 int interp_mode, int border_mode, 198 (void)border_mode; 205 cuda::remap(src, dst, d_xmap_, d_ymap_, interp_mode, border_mode); 234 int interp_mode, int border_mode, 242 (void)border_mode; 249 cuda::remap(src, dst, d_xmap_, d_ymap_, interp_mode, border_mode); 280 int interp_mode, int border_mode, 288 (void)border_mode; 180 warp(const cuda::GpuMat & src, InputArray K, InputArray R, int interp_mode, int border_mode, cuda::GpuMat & dst) argument 188 warp(const cuda::GpuMat & src, InputArray K, InputArray R, InputArray T, int interp_mode, int border_mode, cuda::GpuMat & dst) argument 233 warp(const cuda::GpuMat & src, InputArray K, InputArray R, int interp_mode, int border_mode, cuda::GpuMat & dst) argument 279 warp(const cuda::GpuMat & src, InputArray K, InputArray R, int interp_mode, int border_mode, cuda::GpuMat & dst) argument [all...] |
H A D | warpers.cpp | 153 Point PlaneWarper::warp(InputArray src, InputArray K, InputArray R, InputArray T, int interp_mode, int border_mode, argument 160 remap(src, dst, uxmap, uymap, interp_mode, border_mode); 166 int interp_mode, int border_mode, OutputArray dst) 170 return warp(src, K, R, T, interp_mode, border_mode, dst); 346 Point SphericalWarper::warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst) argument 352 remap(src, dst, uxmap, uymap, interp_mode, border_mode); 395 Point CylindricalWarper::warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst) argument 401 remap(src, dst, uxmap, uymap, interp_mode, border_mode); 165 warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst) argument
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
H A D | warpers_inl.hpp | 94 Point RotationWarperBase<P>::warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, argument 101 remap(src, dst, xmap, ymap, interp_mode, border_mode); 108 void RotationWarperBase<P>::warpBackward(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, argument 134 remap(src, dst, xmap, ymap, interp_mode, border_mode);
|
H A D | warpers.hpp | 90 @param border_mode Border extrapolation mode 94 virtual Point warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, 103 @param border_mode Border extrapolation mode 107 virtual void warpBackward(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, 148 Point warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, 151 void warpBackward(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, 196 int interp_mode, int border_mode, OutputArray dst); 197 virtual Point warp(InputArray src, InputArray K, InputArray R, InputArray T, int interp_mode, int border_mode, 230 Point warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst); 255 Point warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArra 426 warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst) argument 435 warp(InputArray src, InputArray K, InputArray R, InputArray T, int interp_mode, int border_mode, OutputArray dst) argument 472 warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst) argument 504 warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst) argument [all...] |
/external/opencv/cv/include/ |
H A D | cv.hpp | 152 int max_ky, border_mode; member in class:CvBaseImageFilter
|