text_TextDetectorCNN_detect

[32/64bit] この関数は,便宜上,オーバーロードされたメンバ関数です.上の関数との違いは,どのような引数を受け取るかだけです.

text_TextDetectorCNN_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::TextDetector を実装しています.

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