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

位相アンラップ用の抽象基底クラス。 続き...

#include <opencv2/phase_unwrapping/phase_unwrapping.hpp>

Collaboration diagram for cv::phase_unwrapping::PhaseUnwrapping:

公開メンバ関数

virtual void unwrapPhaseMap (InputArray wrappedPhaseMap, OutputArray unwrappedPhaseMap, InputArray shadowMask=noArray())=0
 2D位相マップをアンラップする。
 
- Public Member Functions inherited from cv::Algorithm
 Algorithm ()
 
virtual ~Algorithm ()
 
virtual void clear ()
 アルゴリズムの状態をクリアする。
 
virtual bool empty () const
 Algorithm が空の場合(たとえば開始直後や読み込みに失敗した後)に true を返す。
 
virtual String getDefaultName () const
 
virtual void read (const FileNode &fn)
 ファイルストレージからアルゴリズムの引数を読み込む。
 
virtual void save (const String &filename) const
 
virtual void write (FileStorage &fs) const
 アルゴリズムの引数をファイルストレージに保存する。
 
void write (FileStorage &fs, const String &name) const
 

Additional Inherited Members

- Static Public Member Functions inherited from cv::Algorithm
template<typename _Tp >
static Ptr< _Tpload (const String &filename, const String &objname=String())
 ファイルからアルゴリズムを読み込む。
 
template<typename _Tp >
static Ptr< _TploadFromString (const String &strModel, const String &objname=String())
 文字列からアルゴリズムを読み込む。
 
template<typename _Tp >
static Ptr< _Tpread (const FileNode &fn)
 ファイルノードからアルゴリズムを読み込む。
 
- Protected Member Functions inherited from cv::Algorithm
void writeFormat (FileStorage &fs) const
 

詳細説明

位相アンラップ用の抽象基底クラス。

メンバ関数詳解

◆ unwrapPhaseMap()

virtual void cv::phase_unwrapping::PhaseUnwrapping::unwrapPhaseMap ( InputArray wrappedPhaseMap,
OutputArray unwrappedPhaseMap,
InputArray shadowMask = noArray() )
pure virtual
Python:
cv.phase_unwrapping.PhaseUnwrapping.unwrapPhaseMap(wrappedPhaseMap[, unwrappedPhaseMap[, shadowMask]]) -> unwrappedPhaseMap

2D 位相マップをアンラップする。

引数
wrappedPhaseMapアンラップが必要な CV_32FC1 型のラップされた位相マップ。
unwrappedPhaseMapアンラップされた位相マップ。
shadowMaskラップされた位相マップ中の一部のピクセルが位相情報を持たない場合に使用する、省略可能な CV_8UC1 マスク画像。
この関数の呼び出しグラフ:

このクラス詳解は次のファイルから抽出されました: