#include <stitcher.hpp>
| enum cv::Stitcher::Status |
| static Stitcher cv::Stitcher::createDefault | ( | bool | try_use_gpu = false | ) | [static] |
| double cv::Stitcher::registrationResol | ( | ) | const |
| void cv::Stitcher::setRegistrationResol | ( | double | resol_mpx | ) |
| double cv::Stitcher::seamEstimationResol | ( | ) | const |
| void cv::Stitcher::setSeamEstimationResol | ( | double | resol_mpx | ) |
| double cv::Stitcher::compositingResol | ( | ) | const |
| void cv::Stitcher::setCompositingResol | ( | double | resol_mpx | ) |
| double cv::Stitcher::panoConfidenceThresh | ( | ) | const |
| void cv::Stitcher::setPanoConfidenceThresh | ( | double | conf_thresh | ) |
| bool cv::Stitcher::waveCorrection | ( | ) | const |
| void cv::Stitcher::setWaveCorrection | ( | bool | flag | ) |
| const Ptr<detail::FeaturesFinder> cv::Stitcher::featuresFinder | ( | ) | const |
| void cv::Stitcher::setFeaturesFinder | ( | Ptr< detail::FeaturesFinder > | features_finder | ) |
| const Ptr<detail::FeaturesMatcher> cv::Stitcher::featuresMatcher | ( | ) | const |
| void cv::Stitcher::setFeaturesMatcher | ( | Ptr< detail::FeaturesMatcher > | features_matcher | ) |
| const cv::Mat& cv::Stitcher::matchingMask | ( | ) | const |
| void cv::Stitcher::setMatchingMask | ( | const cv::Mat & | mask | ) |
| const Ptr<detail::BundleAdjusterBase> cv::Stitcher::bundleAdjuster | ( | ) | const |
| void cv::Stitcher::setBundleAdjuster | ( | Ptr< detail::BundleAdjusterBase > | bundle_adjuster | ) |
| const Ptr<WarperCreator> cv::Stitcher::warper | ( | ) | const |
| void cv::Stitcher::setWarper | ( | Ptr< WarperCreator > | creator | ) |
| const Ptr<detail::ExposureCompensator> cv::Stitcher::exposureCompensator | ( | ) | const |
| void cv::Stitcher::setExposureCompensator | ( | Ptr< detail::ExposureCompensator > | exposure_comp | ) |
| const Ptr<detail::SeamFinder> cv::Stitcher::seamFinder | ( | ) | const |
| void cv::Stitcher::setSeamFinder | ( | Ptr< detail::SeamFinder > | seam_finder | ) |
| const Ptr<detail::Blender> cv::Stitcher::blender | ( | ) | const |
| Status cv::Stitcher::estimateTransform | ( | InputArray | images | ) |
| Status cv::Stitcher::estimateTransform | ( | InputArray | images, |
| const std::vector< std::vector< Rect > > & | rois | ||
| ) |
| Status cv::Stitcher::composePanorama | ( | InputArray | images, |
| OutputArray | pano | ||
| ) |
| Status cv::Stitcher::stitch | ( | InputArray | images, |
| OutputArray | pano | ||
| ) |
| Status cv::Stitcher::stitch | ( | InputArray | images, |
| const std::vector< std::vector< Rect > > & | rois, | ||
| OutputArray | pano | ||
| ) |
| std::vector<int> cv::Stitcher::component | ( | ) | const |
| std::vector<detail::CameraParams> cv::Stitcher::cameras | ( | ) | const |
| double cv::Stitcher::workScale | ( | ) | const |