text_Ptr_TextDetectorCNN_delete

[32/64bit] cv::text::TextDetectorCNN のインスタンスを破棄します

text_Ptr_TextDetectorCNN_delete p1

p1 = sptr : IntPtr obj

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

解説

TextDetectorCNNクラスは、テキストのバウンディングボックスを検出する機能を提供します。このクラスは,入力画像に含まれるテキスト単語のバウンディングボックスを検出するためのものです.このクラスは,OpenCV dnnモジュールを使用して,[146]に記載されている事前学習済みモデルをロードします.SSDのCaffeバージョンを修正したオリジナルのリポジトリ: https://github.com/MhLiao/TextBoxes.モデルはDropBoxからダウンロードできます。モデルの説明を含む修正された.prototxtファイルは、opencv_contrib/modules/text/samples/textbox.prototxtにあります。


元関数名(C#): text_Ptr_TextDetectorCNN_delete
元DLLエクスポート名: text_Ptr_TextDetectorCNN_delete
参照元CSファイル: Internal\PInvoke\NativeMethods\text\NativeMethods_text_TextDetector.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) text_Ptr_TextDetectorCNN_delete(cv::Ptr<cv::text::TextDetectorCNN> *obj)
{
    BEGIN_WRAP
    delete obj;
    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