estimateFisheyeParameters
魚眼カメラのキャリブレーション
構文
説明
[
は、魚眼カメラの内部パラメーターと外部パラメーターの推定値を含む fisheyeParams
,imagesUsed
,estimationErrors
] = estimateFisheyeParameters(imagePoints
,worldPoints
,imageSize
)fisheyeParameters
オブジェクトを返します。この関数は、魚眼パラメーターの推定に使用されたイメージと、魚眼カメラのキャリブレーションの標準推定誤差も返します。
[___] = estimateFisheyeParameters(___,
は、前の構文を使用して、Name,Value
)Name,Value
ペアの引数を 1 つ以上指定した fisheyeParams
オブジェクト プロパティを構成します。プロパティが未指定の場合は既定値になります。
例
入力引数
出力引数
参照
[1] Scaramuzza, D., A. Martinelli, and R. Siegwart. "A Toolbox for Easy Calibrating Omnidirectional Cameras." Proceedings to IEEE International Conference on Intelligent Robots and Systems (IROS 2006). Beijing, China, October 7–15, 2006.
[2] Urban, S., J. Leitloff, and S. Hinz. "Improved Wide-Angle, Fisheye and Omnidirectional Camera Calibration." ISPRS Journal of Photogrammetry and Remove Sensing. Vol. 108, 2015, pp.72–79.
バージョン履歴
R2017b で導入
参考
オブジェクト
関数
detectCheckerboardPoints
|generateCheckerboardPoints
|showExtrinsics
|showReprojectionErrors
|undistortFisheyeImage
トピック
- 魚眼キャリブレーションの基礎
- 単眼魚眼カメラの構成 (Automated Driving Toolbox)