OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
sparse_match_interpolator.hpp ファイル
#include <opencv2/core.hpp>
Include dependency graph for sparse_match_interpolator.hpp:
This graph shows which files directly or indirectly include this file:

クラス

class  cv::ximgproc::EdgeAwareInterpolator
 [231] の局所重み付きアフィン推定器 (locally-weighted affine estimator) を改良した疎なマッチ補間アルゴリズムで、後処理フィルタとして Fast Global Smoother を用いる。詳細...
 
class  cv::ximgproc::RICInterpolator
 [134] の区分的局所重み付きアフィン推定器 (piecewise locally-weighted affine estimator) を改良した、Robust Interpolation method of Correspondences (RIC) と呼ばれる疎なマッチ補間アルゴリズムで、後処理フィルタとして Variational and Fast Global Smoother を用いる。RICInterpolatorEdgeAwareInterpolator の拡張である。この拡張の中心となる概念は、SLIC スーパーピクセル推定による過分割 (over-segmentation) に基づく区分的アフィンモデルである。本手法は、区分的モデル間の推定を行う効率的な伝播機構を備える。詳細...
 
class  cv::ximgproc::SparseMatchInterpolator
 疎なマッチを入力として受け取り、出力として密なピクセルごとのマッチング(オプティカルフロー)を生成する、すべてのフィルタのためのメインインターフェース。詳細...
 

名前空間

namespace  cv
 
namespace  cv::ximgproc
 

関数

Ptr< EdgeAwareInterpolatorcv::ximgproc::createEdgeAwareInterpolator ()
 EdgeAwareInterpolator のインスタンスを生成するファクトリメソッド。
 
Ptr< RICInterpolatorcv::ximgproc::createRICInterpolator ()
 RICInterpolator のインスタンスを生成するファクトリメソッド。