WarperCreator 156 modules/stitching/include/opencv2/stitching.hpp Ptr<WarperCreator> warper() { return warper_; } WarperCreator 157 modules/stitching/include/opencv2/stitching.hpp const Ptr<WarperCreator> warper() const { return warper_; } WarperCreator 158 modules/stitching/include/opencv2/stitching.hpp void setWarper(Ptr<WarperCreator> creator) { warper_ = creator; } WarperCreator 232 modules/stitching/include/opencv2/stitching.hpp Ptr<WarperCreator> warper_; WarperCreator 65 modules/stitching/include/opencv2/stitching/warpers.hpp class PlaneWarper : public WarperCreator WarperCreator 74 modules/stitching/include/opencv2/stitching/warpers.hpp class CylindricalWarper: public WarperCreator WarperCreator 81 modules/stitching/include/opencv2/stitching/warpers.hpp class SphericalWarper: public WarperCreator WarperCreator 87 modules/stitching/include/opencv2/stitching/warpers.hpp class FisheyeWarper : public WarperCreator WarperCreator 93 modules/stitching/include/opencv2/stitching/warpers.hpp class StereographicWarper: public WarperCreator WarperCreator 99 modules/stitching/include/opencv2/stitching/warpers.hpp class CompressedRectilinearWarper: public WarperCreator WarperCreator 110 modules/stitching/include/opencv2/stitching/warpers.hpp class CompressedRectilinearPortraitWarper: public WarperCreator WarperCreator 121 modules/stitching/include/opencv2/stitching/warpers.hpp class PaniniWarper: public WarperCreator WarperCreator 132 modules/stitching/include/opencv2/stitching/warpers.hpp class PaniniPortraitWarper: public WarperCreator WarperCreator 143 modules/stitching/include/opencv2/stitching/warpers.hpp class MercatorWarper: public WarperCreator WarperCreator 149 modules/stitching/include/opencv2/stitching/warpers.hpp class TransverseMercatorWarper: public WarperCreator WarperCreator 158 modules/stitching/include/opencv2/stitching/warpers.hpp class PlaneWarperGpu: public WarperCreator WarperCreator 165 modules/stitching/include/opencv2/stitching/warpers.hpp class CylindricalWarperGpu: public WarperCreator WarperCreator 172 modules/stitching/include/opencv2/stitching/warpers.hpp class SphericalWarperGpu: public WarperCreator WarperCreator 65 modules/stitching/perf/opencl/perf_warpers.cpp Ptr<WarperCreator> creator; WarperCreator 91 modules/stitching/test/ocl/test_warpers.cpp Ptr<WarperCreator> creator = makePtr<SphericalWarper>(); WarperCreator 112 modules/stitching/test/ocl/test_warpers.cpp Ptr<WarperCreator> creator = makePtr<CylindricalWarper>(); WarperCreator 133 modules/stitching/test/ocl/test_warpers.cpp Ptr<WarperCreator> creator = makePtr<PlaneWarper>(); WarperCreator 592 samples/cpp/stitching_detailed.cpp Ptr<WarperCreator> warper_creator;