calib3d_fisheye_estimateNewCameraMatrixForUndistortRectify

[32/64bit] 歪み補正や平行化のために,新しいカメラ固有の行列を推定します.

calib3d_fisheye_estimateNewCameraMatrixForUndistortRectify p1,p2,p3,p4,p5,p6,p7,p8

p1 = sptr : IntPtr K
p2 = sptr : IntPtr D
p3 = ARGS_SIZE : Size image_size
p4 = sptr : IntPtr R
p5 = sptr : IntPtr P
p6 = double : double balance
p7 = ARGS_SIZE : Size newSize
p8 = double : double fov_scale

(プラグイン / モジュール : OpenCvSharpExtern.dll)

解説

元関数名(C#): calib3d_fisheye_estimateNewCameraMatrixForUndistortRectify
元DLLエクスポート名: calib3d_fisheye_estimateNewCameraMatrixForUndistortRectify
参照元CSファイル: Internal\PInvoke\NativeMethods\calib3d\NativeMethods_calib3d_fisheye.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) calib3d_fisheye_estimateNewCameraMatrixForUndistortRectify(
    cv::_InputArray *K, cv::_InputArray *D, MyCvSize image_size, cv::_InputArray *R,
    cv::_OutputArray *P, double balance, MyCvSize newSize, double fov_scale)
{
    BEGIN_WRAP
    cv::fisheye::estimateNewCameraMatrixForUndistortRectify(*K, *D, cpp(image_size), *R, *P, balance, cpp(newSize), fov_scale);
    END_WRAP
}

情報

プラグイン / モジュールOpenCvSharpExtern.dll
バージョン1.00
作成日2021/11/30
著作者inovia
URLhttps://hsp.moe/
備考#include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as"
使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること
タイプOpenCVSharpラッパーDLL
グループNativeMethods_calib3d_fisheye
対応環境
  • Windows 版 HSP
hs ファイルhsphelp\OpenCvSharpExtern.hs