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

#include <opencv2/reg/mapperpyramid.hpp>

Collaboration diagram for cv::reg::MapperPyramid:

公開メンバ関数

 MapperPyramid (Ptr< Mapper > baseMapper)
 
virtual cv::Ptr< Mapcalculate (InputArray img1, InputArray img2, cv::Ptr< Map > init=cv::Ptr< Map >()) const CV_OVERRIDE
 
cv::Ptr< MapgetMap () const CV_OVERRIDE
 
- Public Member Functions inherited from cv::reg::Mapper
virtual ~Mapper (void)
 

公開変数類

int numIterPerScale_
 
int numLev_
 

Additional Inherited Members

- Protected Member Functions inherited from cv::reg::Mapper
void gradient (const cv::Mat &img1, const cv::Mat &img2, cv::Mat &Ix, cv::Mat &Iy, cv::Mat &It) const
 
void grid (const Mat &img, Mat &grid_r, Mat &grid_c) const
 
cv::Mat sqr (const cv::Mat &mat1) const
 

詳細説明

ガウシアンピラミッドを用いてマップを計算する

構築子と解体子の詳解

◆ MapperPyramid()

cv::reg::MapperPyramid::MapperPyramid ( Ptr< Mapper > baseMapper)
Python:
cv.reg.MapperPyramid(baseMapper) -> <reg_MapperPyramid object>

メンバ関数詳解

◆ calculate()

virtual cv::Ptr< Map > cv::reg::MapperPyramid::calculate ( InputArray img1,
InputArray img2,
cv::Ptr< Map > init = cv::PtrMap >() ) const
virtual
Python:
cv.reg.MapperPyramid.calculate(img1, img2[, init]) -> retval

cv::reg::Mapper を実装する。

◆ getMap()

cv::Ptr< Map > cv::reg::MapperPyramid::getMap ( ) const
virtual
Python:
cv.reg.MapperPyramid.getMap() -> retval

cv::reg::Mapper を実装する。

メンバ変数詳解

◆ numIterPerScale_

int cv::reg::MapperPyramid::numIterPerScale_

ピラミッドの所定のスケールにおける反復回数

◆ numLev_

int cv::reg::MapperPyramid::numLev_

ピラミッドのレベル数


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