stitching_Stitcher_stitch2_InputArray

[32/64bit] これらの関数は,与えられた画像をスティッチしようとします.

stitching_Stitcher_stitch2_InputArray p1,p2,p3,p4,p5,p6,p7

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

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

解説

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

    *returnValue = static_cast<int>(obj->stitch(*images, roisVec, *pano));
    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