move buildWarp*Maps to stitching

This commit is contained in:
Vladislav Vinogradov
2014-12-24 16:06:09 +03:00
parent 4cc7b0a74f
commit ecee388236
8 changed files with 288 additions and 306 deletions

View File

@@ -398,7 +398,6 @@ public:
};
#ifdef HAVE_OPENCV_CUDAWARPING
class CV_EXPORTS PlaneWarperGpu : public PlaneWarper
{
public:
@@ -515,7 +514,6 @@ public:
private:
cuda::GpuMat d_xmap_, d_ymap_, d_src_, d_dst_;
};
#endif
struct SphericalPortraitProjector : ProjectorBase