stitching_Stitcher_estimateTransform_InputArray2

[32/64bit] これらの関数は、与えられた画像のマッチングと、各カメラの回転の推定を試みます。

stitching_Stitcher_estimateTransform_InputArray2 p1,p2,p3,p4,p5,p6

p1 = sptr : IntPtr obj
p2 = sptr : IntPtr images
p3 = sptr : IntPtr[] rois
p4 = int : int roisSize1
p5 = var : int[] roisSize2
p6 = var : out int returnValue

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

解説

注意これらの関数は,ステッチングパイプラインを意識している場合にのみ利用してください.

元関数名(C#): stitching_Stitcher_estimateTransform_InputArray2
元DLLエクスポート名: stitching_Stitcher_estimateTransform_InputArray2
参照元CSファイル: Internal\PInvoke\NativeMethods\stitching\NativeMethods_stitching.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) stitching_Stitcher_estimateTransform_InputArray2(
    cv::Stitcher *obj, cv::_InputArray *images,
    const CvRect **rois, const int roisSize1, const int *roisSize2, int *returnValue)
{
    BEGIN_WRAP
    std::vector<std::vector<cv::Rect> > roisVec;
    toVec(rois, roisSize1, roisSize2, roisVec);

    *returnValue = static_cast<int>(obj->estimateTransform(*images, roisVec));
    END_WRAP
}

情報

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