![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>クラス | |
| 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 を用いる。RICInterpolator は EdgeAwareInterpolator の拡張である。この拡張の中心となる概念は、SLIC スーパーピクセル推定による過分割 (over-segmentation) に基づく区分的アフィンモデルである。本手法は、区分的モデル間の推定を行う効率的な伝播機構を備える。詳細... | |
| class | cv::ximgproc::SparseMatchInterpolator |
| 疎なマッチを入力として受け取り、出力として密なピクセルごとのマッチング(オプティカルフロー)を生成する、すべてのフィルタのためのメインインターフェース。詳細... | |
名前空間 | |
| namespace | cv |
| namespace | cv::ximgproc |
関数 | |
| Ptr< EdgeAwareInterpolator > | cv::ximgproc::createEdgeAwareInterpolator () |
| EdgeAwareInterpolator のインスタンスを生成するファクトリメソッド。 | |
| Ptr< RICInterpolator > | cv::ximgproc::createRICInterpolator () |
| RICInterpolator のインスタンスを生成するファクトリメソッド。 | |