![]() |
OpenCV 5.0.0
Open Source Computer Vision
|
画像を x*x + z*z = 1 の円筒にマッピングするワーパー。続き...
#include <opencv2/stitching/detail/warpers.hpp>
限定公開メンバ関数 | |
| void | detectResultRoi (Size src_size, Point &dst_tl, Point &dst_br) CV_OVERRIDE |
Protected Member Functions inherited from cv::detail::RotationWarperBase< CylindricalProjector > | |
| void | detectResultRoiByBorder (Size src_size, Point &dst_tl, Point &dst_br) |
Additional Inherited Members | |
Protected Attributes inherited from cv::detail::RotationWarperBase< CylindricalProjector > | |
| CylindricalProjector | projector_ |
画像を x*x + z*z = 1 の円筒にマッピングするワーパー。
|
inline |
円筒ワーパークラスのインスタンスを構築する。
| scale | 投影画像のスケール乗数 |
|
virtual |
与えられたカメラデータに従って投影マップを構築する。
| src_size | ソース画像のサイズ |
| K | カメラ内部パラメータ |
| R | カメラ回転行列 |
| xmap | x軸の投影マップ |
| ymap | y軸の投影マップ |
cv::detail::RotationWarper を実装している。
cv::detail::CylindricalWarperGpu で再実装されている。
|
virtual |
画像を投影する。
| src | 入力画像 |
| K | カメラ内部パラメータ |
| R | カメラ回転行列 |
| interp_mode | 補間モード |
| border_mode | 境界外挿モード |
| dst | 投影された画像 |
cv::detail::RotationWarper を実装している。
cv::detail::CylindricalWarperGpu で再実装されている。