stitching_Stitcher_composePanorama2_MatArray

[32/64bit] これらの関数は,与えられた画像(あるいは,他の関数呼び出しによって内部に保存された画像)を,あらかじめ画像変換が推定されていると仮定して,最終的なパノに合成しようとします.

stitching_Stitcher_composePanorama2_MatArray p1,p2,p3,p4,p5

p1 = sptr : IntPtr obj
p2 = sptr : IntPtr[] images
p3 = int : int imagesSize
p4 = sptr : IntPtr pano
p5 = var : out int returnValue

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

解説

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

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

    *returnValue = static_cast<int>(obj->composePanorama(imagesVec, *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