OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
seam_finders.hpp ファイル
#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:

クラス

class  cv::detail::DpSeamFinder
 
class  cv::detail::GraphCutSeamFinder
 グラフカットに基づく最小シーム推定器。詳細は [157] を参照。 続きを読む...
 
class  cv::detail::GraphCutSeamFinderBase
 すべての最小グラフカットに基づくシーム推定器の基底クラス。 続きを読む...
 
class  cv::detail::NoSeamFinder
 何も行わないスタブのシーム推定器。 続きを読む...
 
class  cv::detail::PairwiseSeamFinder
 すべてのペアワイズなシーム推定器の基底クラス。 続きを読む...
 
class  cv::detail::SeamFinder
 シーム推定器の基底クラス。 続きを読む...
 
class  cv::detail::VoronoiSeamFinder
 ボロノイ図に基づくシーム推定器。 続きを読む...
 

名前空間

namespace  cv
 
namespace  cv::detail