ximgproc_rl_getStructuringElement

[32/64bit] ximgproc_rl_getStructuringElement

ximgproc_rl_getStructuringElement p1,p2,p3

p1 = int : int shape
p2 = ARGS_SIZE : Size ksize
p3 = sptr : IntPtr outValue

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

解説

元関数名(C#): ximgproc_rl_getStructuringElement
元DLLエクスポート名: ximgproc_rl_getStructuringElement
参照元CSファイル: Internal\PInvoke\NativeMethods\ximgproc\NativeMethods_ximgproc.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) ximgproc_rl_getStructuringElement(int shape, MyCvSize ksize, cv::Mat *outValue)
{
    BEGIN_WRAP
    auto result = cv::ximgproc::rl::getStructuringElement(shape, cpp(ksize));
    result.copyTo(*outValue);
    END_WRAP
}

情報

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