Base class for all pairwise seam estimators.  
 More...
#include <opencv2/stitching/detail/seam_finders.hpp>
|  | 
| virtual void | findInPair (size_t first, size_t second, Rect roi)=0 | 
|  | Resolves masks intersection of two specified images in the given ROI.  More... 
 | 
|  | 
| void | run () | 
|  | 
Base class for all pairwise seam estimators. 
◆ find()
  
  | 
        
          | virtual void cv::detail::PairwiseSeamFinder::find | ( | const std::vector< UMat > & | src, |  
          |  |  | const std::vector< Point > & | corners, |  
          |  |  | std::vector< UMat > & | masks |  
          |  | ) |  |  |  | virtual | 
| Python: | 
|---|
|  | cv.detail.PairwiseSeamFinder.find( | src, corners, masks | ) -> | masks | 
 
 
◆ findInPair()
  
  | 
        
          | virtual void cv::detail::PairwiseSeamFinder::findInPair | ( | size_t | first, |  
          |  |  | size_t | second, |  
          |  |  | Rect | roi |  
          |  | ) |  |  |  | protectedpure virtual | 
 
Resolves masks intersection of two specified images in the given ROI. 
- Parameters
- 
  
    | first | First image index |  | second | Second image index |  | roi | Region of interest |  
 
 
 
◆ run()
  
  | 
        
          | void cv::detail::PairwiseSeamFinder::run | ( |  | ) |  |  | protected | 
 
 
◆ corners_
  
  | 
        
          | std::vector<Point> cv::detail::PairwiseSeamFinder::corners_ |  | protected | 
 
 
◆ images_
  
  | 
        
          | std::vector<UMat> cv::detail::PairwiseSeamFinder::images_ |  | protected | 
 
 
◆ masks_
  
  | 
        
          | std::vector<UMat> cv::detail::PairwiseSeamFinder::masks_ |  | protected | 
 
 
◆ sizes_
  
  | 
        
          | std::vector<Size> cv::detail::PairwiseSeamFinder::sizes_ |  | protected | 
 
 
The documentation for this class was generated from the following file: