OpenCV  4.7.0-dev
Open Source Computer Vision
Public Types | List of all members
cv::detail::GraphCutSeamFinderBase Class Reference

Base class for all minimum graph-cut-based seam estimators. More...

#include <opencv2/stitching/detail/seam_finders.hpp>

Inheritance diagram for cv::detail::GraphCutSeamFinderBase:
cv::detail::GraphCutSeamFinder

Public Types

enum  CostType {
  COST_COLOR,
  COST_COLOR_GRAD
}
 

Detailed Description

Base class for all minimum graph-cut-based seam estimators.

Member Enumeration Documentation

◆ CostType

Enumerator
COST_COLOR 
COST_COLOR_GRAD 

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