OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::ximgproc::segmentation 名前空間

クラス

class  GraphSegmentation
 グラフベースのセグメンテーション Algorithm。このクラスは [90] で説明されているアルゴリズムを実装する。 詳細...
 
class  SelectiveSearchSegmentation
 Selective search(選択的探索)セグメンテーションアルゴリズム。このクラスは [283] で説明されているアルゴリズムを実装する。 詳細...
 
class  SelectiveSearchSegmentationStrategy
 Selective search セグメンテーションアルゴリズムのための戦略。このクラスは [283] で説明されているアルゴリズムのための汎用的な戦略を実装する。 詳細...
 
class  SelectiveSearchSegmentationStrategyColor
 Selective search セグメンテーションアルゴリズムのための色ベースの戦略。このクラスは [283] で説明されているアルゴリズムから実装されている。 詳細...
 
class  SelectiveSearchSegmentationStrategyFill
 Selective search セグメンテーションアルゴリズムのための塗りつぶしベースの戦略。このクラスは [283] で説明されているアルゴリズムから実装されている。 詳細...
 
class  SelectiveSearchSegmentationStrategyMultiple
 Selective search セグメンテーションアルゴリズムのための複数の戦略をまとめる。 詳細...
 
class  SelectiveSearchSegmentationStrategySize
 Selective search セグメンテーションアルゴリズムのためのサイズベースの戦略。このクラスは [283] で説明されているアルゴリズムから実装されている。 詳細...
 
class  SelectiveSearchSegmentationStrategyTexture
 Selective search セグメンテーションアルゴリズムのためのテクスチャベースの戦略。このクラスは [283] で説明されているアルゴリズムから実装されている。 詳細...
 

関数

Ptr< GraphSegmentationcreateGraphSegmentation (double sigma=0.5, float k=300, int min_size=100)
 グラフベースのセグメンタを作成する。
 
Ptr< SelectiveSearchSegmentationcreateSelectiveSearchSegmentation ()
 新しい SelectiveSearchSegmentation クラスを作成する。
 
Ptr< SelectiveSearchSegmentationStrategyColorcreateSelectiveSearchSegmentationStrategyColor ()
 新しい色ベースの戦略を作成する。
 
Ptr< SelectiveSearchSegmentationStrategyFillcreateSelectiveSearchSegmentationStrategyFill ()
 新しい塗りつぶしベースの戦略を作成する。
 
Ptr< SelectiveSearchSegmentationStrategyMultiplecreateSelectiveSearchSegmentationStrategyMultiple ()
 新しい複数戦略を作成する。
 
Ptr< SelectiveSearchSegmentationStrategyMultiplecreateSelectiveSearchSegmentationStrategyMultiple (Ptr< SelectiveSearchSegmentationStrategy > s1)
 新しい複数戦略を作成し、1つのサブ戦略を設定する。
 
Ptr< SelectiveSearchSegmentationStrategyMultiplecreateSelectiveSearchSegmentationStrategyMultiple (Ptr< SelectiveSearchSegmentationStrategy > s1, Ptr< SelectiveSearchSegmentationStrategy > s2)
 新しい複数戦略を作成し、等しい重みで2つのサブ戦略を設定する。
 
Ptr< SelectiveSearchSegmentationStrategyMultiplecreateSelectiveSearchSegmentationStrategyMultiple (Ptr< SelectiveSearchSegmentationStrategy > s1, Ptr< SelectiveSearchSegmentationStrategy > s2, Ptr< SelectiveSearchSegmentationStrategy > s3)
 新しい複数戦略を作成し、等しい重みで3つのサブ戦略を設定する。
 
Ptr< SelectiveSearchSegmentationStrategyMultiplecreateSelectiveSearchSegmentationStrategyMultiple (Ptr< SelectiveSearchSegmentationStrategy > s1, Ptr< SelectiveSearchSegmentationStrategy > s2, Ptr< SelectiveSearchSegmentationStrategy > s3, Ptr< SelectiveSearchSegmentationStrategy > s4)
 新しい複数戦略を作成し、等しい重みで4つのサブ戦略を設定する。
 
Ptr< SelectiveSearchSegmentationStrategySizecreateSelectiveSearchSegmentationStrategySize ()
 新しいサイズベースの戦略を作成する。
 
Ptr< SelectiveSearchSegmentationStrategyTexturecreateSelectiveSearchSegmentationStrategyTexture ()
 新しいサイズベースの戦略を作成する。