stitching
All modules / stitching
Affine transformation based estimator.
detail_AffineBestOf2NearestMatcherclassFeatures matcher similar to cv::detail::BestOf2NearestMatcher which
detail_BestOf2NearestMatcherclassFeatures matcher which finds two best matches for each feature and leaves the best one only if the
detail_BestOf2NearestMatcher_createfunctionCreate an owned detail_BestOf2NearestMatcher instance with the supplied configuration.
detail_BestOf2NearestRangeMatcherclassdetail best of2 nearest range matcher value in the OpenCV API.
detail_BlenderclassBase class for all blenders.
detail_Blender_createDefaultfunctionCreate an owned detail_Blender instance with the supplied configuration.
detail_BlocksChannelsCompensatorclassExposure compensator which tries to remove exposure related artifacts by adjusting image block
detail_BlocksCompensatorclassExposure compensator which tries to remove exposure related artifacts by adjusting image blocks.
detail_BlocksGainCompensatorclassExposure compensator which tries to remove exposure related artifacts by adjusting image block
detail_BundleAdjusterAffineclassBundle adjuster that expects affine transformation
detail_BundleAdjusterAffinePartialclassBundle adjuster that expects affine transformation with 4 DOF
detail_BundleAdjusterBaseclassBase class for all camera parameters refinement methods.
detail_BundleAdjusterRayclassImplementation of the camera parameters refinement algorithm which minimizes sum of the distances
detail_BundleAdjusterReprojclassImplementation of the camera parameters refinement algorithm which minimizes sum of the reprojection
detail_calibrateRotatingCamerafunctionEstimates focal lengths for each given camera.
detail_CameraParamsclassDescribes camera parameters.
detail_ChannelsCompensatorclassExposure compensator which tries to remove exposure related artifacts by adjusting image
detail_computeImageFeaturesfunctionDetect keypoints and compute descriptors for the supplied panorama images, optionally using masks.
detail_computeImageFeatures2functionDetect keypoints and descriptors for one panorama image and return its native image-feature record.
detail_createLaplacePyrfunctionCreate an owned void instance with the supplied configuration.
detail_createLaplacePyrGpufunctionCreate an owned void instance with the supplied configuration.
detail_createWeightMapfunctionCreate an owned void instance with the supplied configuration.
detail_DpSeamFinderclassdetail dp seam finder value in the OpenCV API.
detail_DpSeamFinder_CostFunctionclassNative enum entries for detail dp seam finder cost function. Pass an entry to enum-typed arguments or its .value to numeric arguments.
detail_EstimatorclassRotation estimator base class.
detail_ExposureCompensatorclassBase class for all exposure compensators.
detail_ExposureCompensator_createDefaultfunctionCreate an owned detail_ExposureCompensator instance with the supplied configuration.
detail_FeatherBlenderclassSimple blender which mixes images at its borders.
detail_FeaturesMatcherclassFeature matchers base class.
detail_focalsFromHomographyfunctionTries to estimate focal lengths from the given homography under the assumption that the camera
detail_GainCompensatorclassExposure compensator which tries to remove exposure related artifacts by adjusting image
detail_GraphCutSeamFinderclassMinimum graph cut-based seam estimator. See details in [Kwatra03] .
detail_GraphCutSeamFinderBase_CostTypeclassBase class for all minimum graph-cut-based seam estimators.
detail_HomographyBasedEstimatorclassHomography based rotation estimator.
detail_ImageFeaturesclassStructure containing image keypoints and descriptors.
detail_leaveBiggestComponentfunctionKeep the largest connected image component under the match-confidence threshold and return its original image indices.
detail_LightGlueFeaturesMatcherclassFeatures matcher that adapts LightGlueMatcher (DescriptorMatcher) to the
detail_matchesGraphAsStringfunctionAuxiliary functions
detail_MatchesInfoclassStructure containing information about matches between two images.
detail_MultiBandBlenderclassBlender which uses multi-band blending algorithm (see [BA83]).
detail_NoBundleAdjusterclassStub bundle adjuster that does nothing.
detail_NoExposureCompensatorclassStub exposure compensator which does nothing.
detail_normalizeUsingWeightMapfunctionAuxiliary functions
detail_NoSeamFinderclassStub seam estimator which does nothing.
detail_overlapRoifunctionAuxiliary functions
detail_PairwiseSeamFinderclassBase class for all pairwise seam estimators.
detail_ProjectorBaseclassBase class for warping logic implementation.
detail_restoreImageFromLaplacePyrfunctionRestores source image
detail_restoreImageFromLaplacePyrGpufunctionReconstruct an image from a Laplacian pyramid. This upstream name denotes an OpenCL-oriented helper; accelerated OpenCL execution is unavailable here.
detail_resultRoifunctionCompute the bounding rectangle covering images placed at their supplied top-left offsets.
detail_resultRoi1functionCompute the bounding rectangle from image offsets and sizes.
detail_resultRoiIntersectionfunctionCompute the rectangle shared by all images placed at the supplied offsets.
detail_resultTlfunctionReturn the top-left coordinate of the combined image bounds.
detail_SeamFinderclassBase class for a seam estimator.
detail_SeamFinder_createDefaultfunctionCreate an owned detail_SeamFinder instance with the supplied configuration.
detail_selectRandomSubsetfunctionReturns random 'count' element subset of the {0,1,...,size-1} set
detail_SphericalProjectorclassExtracts rotation and translation matrices from matrix H representing
detail_stitchingLogLevelfunctionReturn the current native stitching diagnostic log level.
detail_TimelapserclassBase Timelapser class, takes a sequence of images, applies appropriate shift, stores result in dst_.
detail_Timelapser_createDefaultfunctionCreate an owned detail_Timelapser instance with the supplied configuration.
detail_TimelapserCropclassdetail timelapser crop value in the OpenCV API.
detail_VoronoiSeamFinderclassVoronoi diagram-based seam estimator.
detail_waveCorrectfunctionTries to make panorama more horizontal (or vertical).
detail_WaveCorrectKindclassNative enum entries for detail wave correct kind. Pass an entry to enum-typed arguments or its .value to numeric arguments.
PyRotationWarperclasspy rotation warper value in the OpenCV API.
Stitcherclassexample: samples/cpp/snippets/stitching.cpp
Stitcher_createfunctionCreates a Stitcher configured in one of the stitching modes.
Stitcher_ModeclassNative enum entries for stitcher mode. Pass an entry to enum-typed arguments or its .value to numeric arguments.
Stitcher_StatusclassWhen setting a resolution for stitching, this values is a placeholder
WarperCreatorclassImage warper factories base class.
No matches. Try an algorithm name, a module, or a shorter phrase.
Constants
Use the named constant from cv. In particular, OpenCV 5 matrix type codes differ from OpenCV 4.
Stitcher_OKstitcher ok constant (0), defined by OpenCV for cv::Stitcher.
STITCHER_OKstitcher ok constant (0), defined by OpenCV for cv::Stitcher.
Stitcher_ERR_NEED_MORE_IMGSstitcher err need more imgs constant (1), defined by OpenCV for cv::Stitcher.
STITCHER_ERR_NEED_MORE_IMGSstitcher err need more imgs constant (1), defined by OpenCV for cv::Stitcher.
Stitcher_ERR_HOMOGRAPHY_EST_FAILstitcher err homography est fail constant (2), defined by OpenCV for cv::Stitcher.
STITCHER_ERR_HOMOGRAPHY_EST_FAILstitcher err homography est fail constant (2), defined by OpenCV for cv::Stitcher.
Stitcher_ERR_CAMERA_PARAMS_ADJUST_FAILstitcher err camera params adjust fail constant (3), defined by OpenCV for cv::Stitcher.
STITCHER_ERR_CAMERA_PARAMS_ADJUST_FAILstitcher err camera params adjust fail constant (3), defined by OpenCV for cv::Stitcher.
Stitcher_PANORAMAMode for creating photo panoramas. Expects images under perspective transformation and projects resulting pano to sphere.
See: detail::BestOf2NearestMatcher SphericalWarperSTITCHER_PANORAMAMode for creating photo panoramas. Expects images under perspective transformation and projects resulting pano to sphere.
See: detail::BestOf2NearestMatcher SphericalWarperStitcher_SCANSMode for composing scans. Expects images under affine transformation does not compensate exposure by default.
See: detail::AffineBestOf2NearestMatcher AffineWarperSTITCHER_SCANSMode for composing scans. Expects images under affine transformation does not compensate exposure by default.
See: detail::AffineBestOf2NearestMatcher AffineWarperdetail_Blender_NOdetail blender no constant (0), defined by OpenCV for cv::detail::Blender.
detail_BLENDER_NOdetail blender no constant (0), defined by OpenCV for cv::detail::Blender.
detail_Blender_FEATHERdetail blender feather constant (1), defined by OpenCV for cv::detail::Blender.
detail_BLENDER_FEATHERdetail blender feather constant (1), defined by OpenCV for cv::detail::Blender.
detail_Blender_MULTI_BANDdetail blender multi band constant (2), defined by OpenCV for cv::detail::Blender.
detail_BLENDER_MULTI_BANDdetail blender multi band constant (2), defined by OpenCV for cv::detail::Blender.
detail_ExposureCompensator_NOdetail exposure compensator no constant (0), defined by OpenCV for cv::detail::ExposureCompensator.
detail_EXPOSURE_COMPENSATOR_NOdetail exposure compensator no constant (0), defined by OpenCV for cv::detail::ExposureCompensator.
detail_ExposureCompensator_GAINdetail exposure compensator gain constant (1), defined by OpenCV for cv::detail::ExposureCompensator.
detail_EXPOSURE_COMPENSATOR_GAINdetail exposure compensator gain constant (1), defined by OpenCV for cv::detail::ExposureCompensator.
detail_ExposureCompensator_GAIN_BLOCKSdetail exposure compensator gain blocks constant (2), defined by OpenCV for cv::detail::ExposureCompensator.
detail_EXPOSURE_COMPENSATOR_GAIN_BLOCKSdetail exposure compensator gain blocks constant (2), defined by OpenCV for cv::detail::ExposureCompensator.
detail_ExposureCompensator_CHANNELSdetail exposure compensator channels constant (3), defined by OpenCV for cv::detail::ExposureCompensator.
detail_EXPOSURE_COMPENSATOR_CHANNELSdetail exposure compensator channels constant (3), defined by OpenCV for cv::detail::ExposureCompensator.
detail_ExposureCompensator_CHANNELS_BLOCKSdetail exposure compensator channels blocks constant (4), defined by OpenCV for cv::detail::ExposureCompensator.
detail_EXPOSURE_COMPENSATOR_CHANNELS_BLOCKSdetail exposure compensator channels blocks constant (4), defined by OpenCV for cv::detail::ExposureCompensator.
detail_WAVE_CORRECT_HORIZdetail wave correct horiz constant (0), defined by OpenCV for cv::detail.
detail_WAVE_CORRECT_VERTdetail wave correct vert constant (1), defined by OpenCV for cv::detail.
detail_WAVE_CORRECT_AUTOdetail wave correct auto constant (2), defined by OpenCV for cv::detail.
detail_SeamFinder_NOdetail seam finder no constant (0), defined by OpenCV for cv::detail::SeamFinder.
detail_SEAM_FINDER_NOdetail seam finder no constant (0), defined by OpenCV for cv::detail::SeamFinder.
detail_SeamFinder_VORONOI_SEAMdetail seam finder voronoi seam constant (1), defined by OpenCV for cv::detail::SeamFinder.
detail_SEAM_FINDER_VORONOI_SEAMdetail seam finder voronoi seam constant (1), defined by OpenCV for cv::detail::SeamFinder.
detail_SeamFinder_DP_SEAMdetail seam finder dp seam constant (2), defined by OpenCV for cv::detail::SeamFinder.
detail_SEAM_FINDER_DP_SEAMdetail seam finder dp seam constant (2), defined by OpenCV for cv::detail::SeamFinder.
detail_DpSeamFinder_COLORdetail dp seam finder color constant (0), defined by OpenCV for cv::detail::DpSeamFinder.
detail_DP_SEAM_FINDER_COLORdetail dp seam finder color constant (0), defined by OpenCV for cv::detail::DpSeamFinder.
detail_DpSeamFinder_COLOR_GRADdetail dp seam finder color grad constant (1), defined by OpenCV for cv::detail::DpSeamFinder.
detail_DP_SEAM_FINDER_COLOR_GRADdetail dp seam finder color grad constant (1), defined by OpenCV for cv::detail::DpSeamFinder.
detail_GraphCutSeamFinderBase_COST_COLORdetail graph cut seam finder base cost color constant (0), defined by OpenCV for cv::detail::GraphCutSeamFinderBase.
detail_GRAPH_CUT_SEAM_FINDER_BASE_COST_COLORdetail graph cut seam finder base cost color constant (0), defined by OpenCV for cv::detail::GraphCutSeamFinderBase.
detail_GraphCutSeamFinderBase_COST_COLOR_GRADdetail graph cut seam finder base cost color grad constant (1), defined by OpenCV for cv::detail::GraphCutSeamFinderBase.
detail_GRAPH_CUT_SEAM_FINDER_BASE_COST_COLOR_GRADdetail graph cut seam finder base cost color grad constant (1), defined by OpenCV for cv::detail::GraphCutSeamFinderBase.
detail_Timelapser_AS_ISdetail timelapser as is constant (0), defined by OpenCV for cv::detail::Timelapser.
detail_TIMELAPSER_AS_ISdetail timelapser as is constant (0), defined by OpenCV for cv::detail::Timelapser.
detail_Timelapser_CROPdetail timelapser crop constant (1), defined by OpenCV for cv::detail::Timelapser.
detail_TIMELAPSER_CROPdetail timelapser crop constant (1), defined by OpenCV for cv::detail::Timelapser.