text_TextDetector_detect

[32/64bit] 画像内のテキストを検出するための迅速かつシンプルなインターフェースを提供するメソッド。

text_TextDetector_detect p1,p2,p3,p4

p1 = sptr : IntPtr obj
p2 = sptr : IntPtr inputImage
p3 = sptr : IntPtr bbox
p4 = sptr : IntPtr confidence

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

解説

cv::text::TextDetectorCNN で実装されています.

元関数名(C#): text_TextDetector_detect
元DLLエクスポート名: text_TextDetector_detect
参照元CSファイル: Internal\PInvoke\NativeMethods\text\NativeMethods_text_TextDetector.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) text_TextDetector_detect(cv::text::TextDetector *obj, cv::_InputArray *inputImage, std::vector<cv::Rect> *Bbox, std::vector<float> *confidence)
{
    BEGIN_WRAP
    obj->detect(*inputImage, *Bbox, *confidence);
    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