OpenCV 4.5.3(日本語機械翻訳)
|
クラス |
|
class | cv::detail::Estimator |
回転推定器の基底クラス.[【詳解】(英語]
|
|
class | cv::detail::HomographyBasedEstimator |
ホモグラフィーベースの回転推定量。[【詳解】(英語]
|
|
class | cv::detail::AffineBasedEstimator |
アフィン変換ベースの推定量。[【詳解】(英語]
|
|
class | cv::detail::BundleAdjusterBase |
すべてのカメラパラメータ精密化メソッドの基底クラスです。[【詳解】(英語]
|
|
class | cv::detail::NoBundleAdjuster |
何もしないStub bundle adjuster(スタブバンドルアジャスター)。[【詳解】(英語]
|
|
class | cv::detail::BundleAdjusterReproj |
再投影誤差二乗の和を最小化するカメラパラメータ微調整アルゴリズムの実装[【詳解】(英語]
|
|
class | cv::detail::BundleAdjusterRay |
カメラ中心を通る光線と特徴点との距離の和を最小にする、カメラパラメータ絞り込みアルゴリズムの実装です。[【詳解】(英語]
|
|
class | cv::detail::BundleAdjusterAffine |
各カメラパラメータに対して、Rの同次座標で表されるアフィン変換を期待するバンドルアジャスター。再投影誤差二乗和を最小化するカメラパラメータ微調整アルゴリズムを実行します.[【詳解】(英語]
|
|
class | cv::detail::BundleAdjusterAffinePartial |
各カメラパラメータに対して,Rの同次座標で表現された4 DOFのアフィン変換を期待するバンドルアジャスター.再投影誤差二乗和を最小化するカメラパラメータ精密化アルゴリズムの実装[【詳解】(英語]
|
|
列挙型 |
|
enum | WaveCorrectKind { WAVE_CORRECT_HORIZ , WAVE_CORRECT_VERT , WAVE_CORRECT_AUTO } |
関数 |
|
CV_EXPORTS WaveCorrectKind | cv::detail::autoDetectWaveCorrectKind (const std::vector< Mat > &rmats) |
パノラマが水平方向か垂直方向かに応じて、波動補正の種類を検出しようとする[【詳解】(英語]
|
|
void CV_EXPORTS_W | cv::detail::waveCorrect (CV_IN_OUT std::vector< Mat > &rmats, WaveCorrectKind kind) |
パノラマをより水平(または垂直)にしようとします。[【詳解】(英語]
|
|
String CV_EXPORTS_W | cv::detail::matchesGraphAsString (std::vector< String > &pathes, std::vector< MatchesInfo > &pairwise_matches, float conf_threshold) |
CV_EXPORTS_W std::vector< int > | cv::detail::leaveBiggestComponent (std::vector< ImageFeatures > &features, std::vector< MatchesInfo > &pairwise_matches, float conf_threshold) |
void CV_EXPORTS | cv::detail::findMaxSpanningTree (int num_images, const std::vector< MatchesInfo > &pairwise_matches, Graph &span_tree, std::vector< int > ¢ers) |
CV_EXPORTS WaveCorrectKind cv::detail::autoDetectWaveCorrectKind | ( | const std::vector< Mat > & | rmats | ) |
パノラマが水平方向か垂直方向かに応じて、波動補正の種類を検出しようとする
rmats | カメラの回転マトリクス。 |
void CV_EXPORTS_W cv::detail::waveCorrect | ( | CV_IN_OUT std::vector< Mat > & | rmats, |
WaveCorrectKind | kind | ||
) |
パノラマをより水平(または垂直)にしようとします。
rmats | カメラの回転マトリクス。 |
kind | 補正の種類は、detail::WaveCorrectKindを参照してください。 |