OpenCV
5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
opencv2
ximgproc
🤖
AIによる機械翻訳(非公式)
— これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文)
を参照してください。
Classes
|
Namespaces
|
Functions
segmentation.hpp ファイル
#include <
opencv2/core.hpp
>
Include dependency graph for segmentation.hpp:
このブラウザはSVGを表示できません。代わりにFirefox、Chrome、Safari、またはOperaを試してください。
This graph shows which files directly or indirectly include this file:
このブラウザはSVGを表示できません。代わりにFirefox、Chrome、Safari、またはOperaを試してください。
クラス
class
cv::ximgproc::segmentation::GraphSegmentation
グラフベースのセグメンテーション
Algorithm
。このクラスは
[90]
で説明されているアルゴリズムを実装する。
詳細...
class
cv::ximgproc::segmentation::SelectiveSearchSegmentation
選択的探索(Selective Search)によるセグメンテーションアルゴリズム。このクラスは
[287]
で説明されているアルゴリズムを実装する。
続き...
class
cv::ximgproc::segmentation::SelectiveSearchSegmentationStrategy
選択的探索によるセグメンテーションアルゴリズムのための戦略(strategy)。このクラスは
[287]
で説明されているアルゴリズムのための汎用的な戦略を実装する。
続き...
class
cv::ximgproc::segmentation::SelectiveSearchSegmentationStrategyColor
選択的探索によるセグメンテーションアルゴリズムのための色ベースの戦略。このクラスは
[287]
で説明されているアルゴリズムから実装されている。
続き...
class
cv::ximgproc::segmentation::SelectiveSearchSegmentationStrategyFill
選択的探索によるセグメンテーションアルゴリズムのための塗りつぶしベースの戦略。このクラスは
[287]
で説明されているアルゴリズムから実装されている。
続き...
class
cv::ximgproc::segmentation::SelectiveSearchSegmentationStrategyMultiple
Selective search セグメンテーションアルゴリズムのための複数の戦略をまとめる。
詳細...
class
cv::ximgproc::segmentation::SelectiveSearchSegmentationStrategySize
選択的探索によるセグメンテーションアルゴリズムのためのサイズベースの戦略。このクラスは
[287]
で説明されているアルゴリズムから実装されている。
続き...
class
cv::ximgproc::segmentation::SelectiveSearchSegmentationStrategyTexture
選択的探索によるセグメンテーションアルゴリズムのためのテクスチャベースの戦略。このクラスは
[287]
で説明されているアルゴリズムから実装されている。
続き...
名前空間
namespace
cv
namespace
cv::ximgproc
namespace
cv::ximgproc::segmentation
関数
Ptr
<
GraphSegmentation
>
cv::ximgproc::segmentation::createGraphSegmentation
(double sigma=0.5, float k=300, int min_size=100)
グラフベースのセグメンタを作成する。
Ptr
<
SelectiveSearchSegmentation
>
cv::ximgproc::segmentation::createSelectiveSearchSegmentation
()
新しい
SelectiveSearchSegmentation
クラスを作成する。
Ptr
<
SelectiveSearchSegmentationStrategyColor
>
cv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyColor
()
新しい色ベースの戦略を作成する。
Ptr
<
SelectiveSearchSegmentationStrategyFill
>
cv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyFill
()
新しい塗りつぶしベースの戦略を作成する。
Ptr
<
SelectiveSearchSegmentationStrategyMultiple
>
cv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyMultiple
()
新しい複数戦略を作成する。
Ptr
<
SelectiveSearchSegmentationStrategyMultiple
>
cv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyMultiple
(
Ptr
<
SelectiveSearchSegmentationStrategy
> s1)
新しい複数戦略を作成し、1つのサブ戦略を設定する。
Ptr
<
SelectiveSearchSegmentationStrategyMultiple
>
cv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyMultiple
(
Ptr
<
SelectiveSearchSegmentationStrategy
> s1,
Ptr
<
SelectiveSearchSegmentationStrategy
> s2)
新しい複数戦略を作成し、等しい重みで2つのサブ戦略を設定する。
Ptr
<
SelectiveSearchSegmentationStrategyMultiple
>
cv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyMultiple
(
Ptr
<
SelectiveSearchSegmentationStrategy
> s1,
Ptr
<
SelectiveSearchSegmentationStrategy
> s2,
Ptr
<
SelectiveSearchSegmentationStrategy
> s3)
新しい複数戦略を作成し、等しい重みで3つのサブ戦略を設定する。
Ptr
<
SelectiveSearchSegmentationStrategyMultiple
>
cv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyMultiple
(
Ptr
<
SelectiveSearchSegmentationStrategy
> s1,
Ptr
<
SelectiveSearchSegmentationStrategy
> s2,
Ptr
<
SelectiveSearchSegmentationStrategy
> s3,
Ptr
<
SelectiveSearchSegmentationStrategy
> s4)
新しい複数戦略を作成し、等しい重みで4つのサブ戦略を設定する。
Ptr
<
SelectiveSearchSegmentationStrategySize
>
cv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategySize
()
新しいサイズベースの戦略を作成する。
Ptr
<
SelectiveSearchSegmentationStrategyTexture
>
cv::ximgproc::segmentation::createSelectiveSearchSegmentationStrategyTexture
()
新しいサイズベースの戦略を作成する。
Generated on Fri Jun 5 2026 21:15:47 for OpenCV by
1.12.0