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

#include <opencv2/stitching/detail/warpers.hpp>

Collaboration diagram for cv::detail::CompressedRectilinearWarper:

公開メンバ関数

 CompressedRectilinearWarper (float scale, float A=1, float B=1)
 
- Public Member Functions inherited from cv::detail::RotationWarperBase< CompressedRectilinearProjector >
Rect buildMaps (Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) CV_OVERRIDE
 与えられたカメラデータに基づいて投影マップを構築する。
 
float getScale () const CV_OVERRIDE
 
void setScale (float val) CV_OVERRIDE
 
Point warp (InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst) CV_OVERRIDE
 画像を投影する。
 
void warpBackward (InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, Size dst_size, OutputArray dst) CV_OVERRIDE
 画像を逆方向に投影する。
 
Point2f warpPoint (const Point2f &pt, InputArray K, InputArray R) CV_OVERRIDE
 画像点を投影する。
 
Point2f warpPointBackward (const Point2f &pt, InputArray K, InputArray R) CV_OVERRIDE
 画像点を逆方向に投影する。
 
Rect warpRoi (Size src_size, InputArray K, InputArray R) CV_OVERRIDE
 
- Public Member Functions inherited from cv::detail::RotationWarper
virtual ~RotationWarper ()
 

Additional Inherited Members

- Protected Member Functions inherited from cv::detail::RotationWarperBase< CompressedRectilinearProjector >
virtual void detectResultRoi (Size src_size, Point &dst_tl, Point &dst_br)
 
void detectResultRoiByBorder (Size src_size, Point &dst_tl, Point &dst_br)
 
- Protected Attributes inherited from cv::detail::RotationWarperBase< CompressedRectilinearProjector >
CompressedRectilinearProjector projector_
 

構築子と解体子の詳解

◆ CompressedRectilinearWarper()

cv::detail::CompressedRectilinearWarper::CompressedRectilinearWarper ( float scale,
float A = 1,
float B = 1 )
inline

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