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

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

Collaboration diagram for cv::detail::SphericalWarperGpu:

公開メンバ関数

 SphericalWarperGpu (float scale)
 
Rect buildMaps (Size src_size, InputArray K, InputArray R, cuda::GpuMat &xmap, cuda::GpuMat &ymap)
 
Rect buildMaps (Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) CV_OVERRIDE
 与えられたカメラデータに基づいて投影マップを構築する。
 
Point warp (const cuda::GpuMat &src, InputArray K, InputArray R, int interp_mode, int border_mode, cuda::GpuMat &dst)
 
Point warp (InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst) CV_OVERRIDE
 画像を投影する。
 
- Public Member Functions inherited from cv::detail::SphericalWarper
 SphericalWarper (float scale)
 球面ワーパークラスのインスタンスを構築する。
 
- Public Member Functions inherited from cv::detail::RotationWarperBase< SphericalProjector >
float getScale () const CV_OVERRIDE
 
void setScale (float val) 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::SphericalWarper
void detectResultRoi (Size src_size, Point &dst_tl, Point &dst_br) CV_OVERRIDE
 
- Protected Member Functions inherited from cv::detail::RotationWarperBase< SphericalProjector >
void detectResultRoiByBorder (Size src_size, Point &dst_tl, Point &dst_br)
 
- Protected Attributes inherited from cv::detail::RotationWarperBase< SphericalProjector >
SphericalProjector projector_
 

構築子と解体子の詳解

◆ SphericalWarperGpu()

cv::detail::SphericalWarperGpu::SphericalWarperGpu ( float scale)
inline

メンバ関数詳解

◆ buildMaps() [1/2]

Rect cv::detail::SphericalWarperGpu::buildMaps ( Size src_size,
InputArray K,
InputArray R,
cuda::GpuMat & xmap,
cuda::GpuMat & ymap )

◆ buildMaps() [2/2]

Rect cv::detail::SphericalWarperGpu::buildMaps ( Size src_size,
InputArray K,
InputArray R,
OutputArray xmap,
OutputArray ymap )
inlinevirtual

与えられたカメラデータに従って投影マップを構築する。

引数
src_sizeソース画像のサイズ
Kカメラ内部パラメータ
Rカメラ回転行列
xmapx軸の投影マップ
ymapy軸の投影マップ
戻り値
投影された画像の最小バウンディングボックス

cv::detail::SphericalWarper から再実装されている。

◆ warp() [1/2]

Point cv::detail::SphericalWarperGpu::warp ( const cuda::GpuMat & src,
InputArray K,
InputArray R,
int interp_mode,
int border_mode,
cuda::GpuMat & dst )

◆ warp() [2/2]

Point cv::detail::SphericalWarperGpu::warp ( InputArray src,
InputArray K,
InputArray R,
int interp_mode,
int border_mode,
OutputArray dst )
inlinevirtual

画像を投影する。

引数
src入力画像
Kカメラ内部パラメータ
Rカメラ回転行列
interp_mode補間モード
border_mode境界外挿モード
dst投影された画像
戻り値
投影画像の左上コーナー

cv::detail::SphericalWarper から再実装されている。


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