![]() |
OpenCV 5.0.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>クラス | |
| class | cv::ximgproc::EdgeAwareInterpolator |
| [233] の修正版の局所重み付きアフィン推定器と、後処理フィルタとしての Fast Global Smoother に基づくスパースマッチ補間アルゴリズム。続き... | |
| class | cv::ximgproc::RICInterpolator |
| [133] の Robust Interpolation method of Correspondences(RIC)と呼ばれる、修正版の区分的局所重み付きアフィン推定器と、後処理フィルタとしての Variational and Fast Global Smoother に基づくスパースマッチ補間アルゴリズム。RICInterpolator は EdgeAwareInterpolator の拡張である。この拡張の主な考え方は、SLIC スーパーピクセル推定による過分割に基づく区分的アフィンモデルである。本手法には、区分的モデル間で推定を行う効率的な伝播機構が含まれている。続き... | |
| class | cv::ximgproc::SparseMatchInterpolator |
| 疎なマッチを入力として受け取り、出力として密なピクセルごとのマッチング(オプティカルフロー)を生成する、すべてのフィルタのためのメインインターフェース。詳細... | |
名前空間 | |
| namespace | cv |
| namespace | cv::ximgproc |
関数 | |
| Ptr< EdgeAwareInterpolator > | cv::ximgproc::createEdgeAwareInterpolator () |
| EdgeAwareInterpolator のインスタンスを生成するファクトリメソッド。 | |
| Ptr< RICInterpolator > | cv::ximgproc::createRICInterpolator () |
| RICInterpolator のインスタンスを生成するファクトリメソッド。 | |