OpenCV 4.5.3(日本語機械翻訳)
公開メンバ関数 | 限定公開メンバ関数 | 全メンバ一覧
cv::reg::Mapper クラス abstract

Base class for modelling an algorithm for calculating a map [詳解]

#include <mapper.hpp>

cv::reg::MapperGradAffine, cv::reg::MapperGradEuclid, cv::reg::MapperGradProj, cv::reg::MapperGradShift, cv::reg::MapperGradSimilar, cv::reg::MapperPyramidに継承されています。

公開メンバ関数

virtual CV_WRAP cv::Ptr< Map > calculate (InputArray img1, InputArray img2, cv::Ptr< Map > init=cv::Ptr< Map >()) const =0
virtual CV_WRAP cv::Ptr< Map > getMap () const =0

限定公開メンバ関数

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

詳解

マップを計算するためのアルゴリズムをモデル化するための基底クラス。

このクラスは、任意の可能なマッピングアルゴリズムのための共通インターフェースを定義するためにのみ使用されます。


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