Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
cv::detail::PairwiseSeamFinder Class Referenceabstract

#include <seam_finders.hpp>

Inherits cv::detail::SeamFinder.

Inherited by cv::detail::GraphCutSeamFinderGpu, and cv::detail::VoronoiSeamFinder.

Public Member Functions

virtual void find (const std::vector< Mat > &src, const std::vector< Point > &corners, std::vector< Mat > &masks)
 

Protected Member Functions

void run ()
 
virtual void findInPair (size_t first, size_t second, Rect roi)=0
 

Protected Attributes

std::vector< Matimages_
 
std::vector< Sizesizes_
 
std::vector< Pointcorners_
 
std::vector< Matmasks_
 

Member Function Documentation

virtual void cv::detail::PairwiseSeamFinder::find ( const std::vector< Mat > &  src,
const std::vector< Point > &  corners,
std::vector< Mat > &  masks 
)
virtual
void cv::detail::PairwiseSeamFinder::run ( )
protected
virtual void cv::detail::PairwiseSeamFinder::findInPair ( size_t  first,
size_t  second,
Rect  roi 
)
protectedpure virtual

Member Data Documentation

std::vector<Mat> cv::detail::PairwiseSeamFinder::images_
protected
std::vector<Size> cv::detail::PairwiseSeamFinder::sizes_
protected
std::vector<Point> cv::detail::PairwiseSeamFinder::corners_
protected
std::vector<Mat> cv::detail::PairwiseSeamFinder::masks_
protected

The documentation for this class was generated from the following file: