[][src]Module opencv::stitching::prelude

Traits

AffineWarperTrait

Affine warper factory class.

CompressedRectilinearPortraitWarperTrait
CompressedRectilinearWarperTrait
CylindricalWarperTrait

Cylindrical warper factory class.

Detail_AffineBasedEstimatorTrait

Affine transformation based estimator.

Detail_AffineBestOf2NearestMatcherTrait

Features matcher similar to cv::detail::BestOf2NearestMatcher which finds two best matches for each feature and leaves the best one only if the ratio between descriptor distances is greater than the threshold match_conf.

Detail_AffineWarperTrait

Affine warper that uses rotations and translations

Detail_BestOf2NearestMatcherTrait

Features matcher which finds two best matches for each feature and leaves the best one only if the ratio between descriptor distances is greater than the threshold match_conf

Detail_BestOf2NearestRangeMatcherTrait
Detail_BlenderTrait

Base class for all blenders.

Detail_BlocksChannelsCompensatorTrait

Exposure compensator which tries to remove exposure related artifacts by adjusting image block on each channel.

Detail_BlocksCompensator

Exposure compensator which tries to remove exposure related artifacts by adjusting image blocks.

Detail_BlocksGainCompensatorTrait

Exposure compensator which tries to remove exposure related artifacts by adjusting image block intensities, see UES01 for details.

Detail_BundleAdjusterAffinePartialTrait

Bundle adjuster that expects affine transformation with 4 DOF represented in homogeneous coordinates in R for each camera param. Implements camera parameters refinement algorithm which minimizes sum of the reprojection error squares

Detail_BundleAdjusterAffineTrait

Bundle adjuster that expects affine transformation represented in homogeneous coordinates in R for each camera param. Implements camera parameters refinement algorithm which minimizes sum of the reprojection error squares

Detail_BundleAdjusterBase

Base class for all camera parameters refinement methods.

Detail_BundleAdjusterRayTrait

Implementation of the camera parameters refinement algorithm which minimizes sum of the distances between the rays passing through the camera center and a feature. :

Detail_BundleAdjusterReprojTrait

Implementation of the camera parameters refinement algorithm which minimizes sum of the reprojection error squares

Detail_CameraParamsTrait

Describes camera parameters.

Detail_ChannelsCompensatorTrait

Exposure compensator which tries to remove exposure related artifacts by adjusting image intensities on each channel independently.

Detail_CompressedRectilinearPortraitProjectorTrait
Detail_CompressedRectilinearPortraitWarperTrait
Detail_CompressedRectilinearProjectorTrait
Detail_CompressedRectilinearWarperTrait
Detail_CylindricalPortraitProjectorTrait
Detail_CylindricalPortraitWarperTrait
Detail_CylindricalProjectorTrait
Detail_CylindricalWarperGpuTrait
Detail_CylindricalWarperTrait

Warper that maps an image onto the x*x + z*z = 1 cylinder.

Detail_DisjointSetsTrait
Detail_DpSeamFinderTrait
Detail_Estimator

Rotation estimator base class.

Detail_ExposureCompensator

Base class for all exposure compensators.

Detail_FeatherBlenderTrait

Simple blender which mixes images at its borders.

Detail_FeaturesMatcher

Feature matchers base class.

Detail_FisheyeProjectorTrait
Detail_FisheyeWarperTrait
Detail_GainCompensatorTrait

Exposure compensator which tries to remove exposure related artifacts by adjusting image intensities, see BL07 and WJ10 for details.

Detail_GraphCutSeamFinderBaseTrait

Base class for all minimum graph-cut-based seam estimators.

Detail_GraphCutSeamFinderGpuTrait
Detail_GraphCutSeamFinderTrait

Minimum graph cut-based seam estimator. See details in V03 .

Detail_GraphEdgeTrait
Detail_GraphTrait
Detail_HomographyBasedEstimatorTrait

Homography based rotation estimator.

Detail_ImageFeaturesTrait

Structure containing image keypoints and descriptors.

Detail_MatchesInfoTrait

Structure containing information about matches between two images.

Detail_MercatorProjectorTrait
Detail_MercatorWarperTrait
Detail_MultiBandBlenderTrait

Blender which uses multi-band blending algorithm (see BA83).

Detail_NoBundleAdjusterTrait

Stub bundle adjuster that does nothing.

Detail_NoExposureCompensatorTrait

Stub exposure compensator which does nothing.

Detail_NoSeamFinderTrait

Stub seam estimator which does nothing.

Detail_PairwiseSeamFinder

Base class for all pairwise seam estimators.

Detail_PaniniPortraitProjectorTrait
Detail_PaniniPortraitWarperTrait
Detail_PaniniProjectorTrait
Detail_PaniniWarperTrait
Detail_PlanePortraitProjectorTrait
Detail_PlanePortraitWarperTrait
Detail_PlaneProjectorTrait
Detail_PlaneWarperGpuTrait
Detail_PlaneWarperTrait

Warper that maps an image onto the z = 1 plane.

Detail_ProjectorBaseTrait

Base class for warping logic implementation.

Detail_RotationWarper

Rotation-only model image warper interface.

Detail_SeamFinder

Base class for a seam estimator.

Detail_SphericalPortraitProjectorTrait
Detail_SphericalPortraitWarperTrait
Detail_SphericalWarperGpuTrait
Detail_SphericalWarperTrait

Warper that maps an image onto the unit sphere located at the origin.

Detail_StereographicProjectorTrait
Detail_StereographicWarperTrait
Detail_TransverseMercatorProjectorTrait
Detail_TransverseMercatorWarperTrait
Detail_VoronoiSeamFinderTrait

Voronoi diagram-based seam estimator.

FisheyeWarperTrait
MercatorWarperTrait
PaniniPortraitWarperTrait
PaniniWarperTrait
PlaneWarperTrait

Plane warper factory class.

PyRotationWarperTrait
SphericalWarperTrait

Spherical warper factory class

StereographicWarperTrait
StitcherTrait

High level image stitcher.

TransverseMercatorWarperTrait
WarperCreator

Image warper factories base class.