core_SVBackSubst

[32/64bit] ラップ SVD::BackSubst

core_SVBackSubst p1,p2,p3,p4,p5

p1 = sptr : IntPtr w
p2 = sptr : IntPtr u
p3 = sptr : IntPtr vt
p4 = sptr : IntPtr rhs
p5 = sptr : IntPtr dst

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

解説

元関数名(C#): core_SVBackSubst
元DLLエクスポート名: core_SVBackSubst
参照元CSファイル: Internal\PInvoke\NativeMethods\core\NativeMethods_core.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) core_SVBackSubst(cv::_InputArray *w, cv::_InputArray *u, cv::_InputArray *vt,
                             cv::_InputArray *rhs, cv::_OutputArray *dst)
{
    BEGIN_WRAP
    cv::SVBackSubst(*w, *u, *vt, *rhs, *dst);
    END_WRAP
}

情報

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