OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Classes | Namespaces
seam_finders.hpp File Reference
#include <set>
#include "opencv2/core.hpp"
#include "opencv2/opencv_modules.hpp"
Include dependency graph for seam_finders.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  cv::detail::DpSeamFinder
 
class  cv::detail::GraphCutSeamFinder
 Minimum graph cut-based seam estimator. See details in [148] . More...
 
class  cv::detail::GraphCutSeamFinderBase
 Base class for all minimum graph-cut-based seam estimators. More...
 
class  cv::detail::NoSeamFinder
 Stub seam estimator which does nothing. More...
 
class  cv::detail::PairwiseSeamFinder
 Base class for all pairwise seam estimators. More...
 
class  cv::detail::SeamFinder
 Base class for a seam estimator. More...
 
class  cv::detail::VoronoiSeamFinder
 Voronoi diagram-based seam estimator. More...
 

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  cv::detail