text_TextDetectorCNN_create2

[32/64bit] 与えられたパラメータを用いて,TextDetectorCNN クラスのインスタンスを作成します.

text_TextDetectorCNN_create2 p1,p2,p3

p1 = str : [MarshalAs(UnmanagedType.LPStr)] string modelArchFilename
p2 = str : [MarshalAs(UnmanagedType.LPStr)] string modelWeightsFilename
p3 = var : out IntPtr returnValue

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

解説

元関数名(C#): text_TextDetectorCNN_create2
元DLLエクスポート名: text_TextDetectorCNN_create2
参照元CSファイル: Internal\PInvoke\NativeMethods\text\NativeMethods_text_TextDetector.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) text_TextDetectorCNN_create2(
    const char *modelArchFilename, const char *modelWeightsFilename, cv::Ptr<cv::text::TextDetectorCNN> **returnValue)
{
    BEGIN_WRAP
    const auto ptr = cv::text::TextDetectorCNN::create(modelArchFilename, modelWeightsFilename);
    *returnValue = clone(ptr);
    END_WRAP
}

情報

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