text_Ptr_OCRTesseract_delete

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

text_Ptr_OCRTesseract_delete p1

p1 = sptr : IntPtr obj

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

解説

OCRTesseractクラスはC++でtesseract-ocr API (v3.02.02)とのインターフェイスを提供します。


これはtesseract-ocrが正しくインストールされている場合にのみコンパイルされることに注意してください。


備考


(C++) シーンテキスト検出と組み合わせたOCRTesseract認識の例は、end_to_end_recognitionデモで見ることができます: https://github.com/opencv/opencv_contrib/blob/master/modules/text/samples/end_to_end_recognition.cpp


(C++) シーンテキスト検出と組み合わせたOCRTesseract認識の別の例は、Webcam_demo: https://github.com/opencv/opencv_contrib/blob/master/modules/text/samples/webcam_demo.cpp で見ることができます。


元関数名(C#): text_Ptr_OCRTesseract_delete
元DLLエクスポート名: text_Ptr_OCRTesseract_delete
参照元CSファイル: Internal\PInvoke\NativeMethods\text\NativeMethods_text.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) text_Ptr_OCRTesseract_delete(
    cv::Ptr<cv::text::OCRTesseract> *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
対応環境
  • Windows 版 HSP
hs ファイルhsphelp\OpenCvSharpExtern.hs