[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 |
URL | https://hsp.moe/ |
備考 | #include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as" 使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること |
タイプ | OpenCVSharpラッパーDLL |
グループ | NativeMethods_text_TextDetector |
対応環境 |
|
hs ファイル | hsphelp\OpenCvSharpExtern.hs |