opencv2/stitching/detail/warpers.hpp#
#include <opencv2/core.hpp>
#include <opencv2/core/cuda.hpp>
#include <opencv2/imgproc.hpp>
#include <opencv2/opencv_modules.hpp>
#include <warpers_inl.hpp>
Include dependency graph for warpers.hpp:
This graph shows which files directly or indirectly include warpers.hpp:
Classes#
class cv::detail::AffineWarper
Affine warper that uses rotations and translations. More…
struct cv::detail::CompressedRectilinearPortraitProjector
class cv::detail::CompressedRectilinearPortraitWarper
struct cv::detail::CompressedRectilinearProjector
class cv::detail::CompressedRectilinearWarper
struct cv::detail::CylindricalPortraitProjector
class cv::detail::CylindricalPortraitWarper
struct cv::detail::CylindricalProjector
class cv::detail::CylindricalWarper
Warper that maps an image onto the xx + zz = 1 cylinder. More…
class cv::detail::CylindricalWarperGpu
struct cv::detail::FisheyeProjector
class cv::detail::FisheyeWarper
struct cv::detail::MercatorProjector
class cv::detail::MercatorWarper
struct cv::detail::PaniniPortraitProjector
class cv::detail::PaniniPortraitWarper
struct cv::detail::PaniniProjector
class cv::detail::PaniniWarper
struct cv::detail::PlanePortraitProjector
class cv::detail::PlanePortraitWarper
struct cv::detail::PlaneProjector
class cv::detail::PlaneWarper
Warper that maps an image onto the z = 1 plane. More…
class cv::detail::PlaneWarperGpu
struct cv::detail::ProjectorBase
Base class for warping logic implementation. More…
class cv::detail::RotationWarper
Rotation-only model image warper interface. More…
class cv::detail::RotationWarperBase
Base class for rotation-based warper using a detail::ProjectorBase_ derived class. More…
struct cv::detail::SphericalPortraitProjector
class cv::detail::SphericalPortraitWarper
struct cv::detail::SphericalProjector
class cv::detail::SphericalWarper
Warper that maps an image onto the unit sphere located at the origin. More…
class cv::detail::SphericalWarperGpu
struct cv::detail::StereographicProjector
class cv::detail::StereographicWarper
struct cv::detail::TransverseMercatorProjector
class cv::detail::TransverseMercatorWarper
Namespaces#
namespace cv
namespace cv::detail