OpenCV 4.5.3(日本語機械翻訳)
公開メンバ関数 | 全メンバ一覧
cv::text::BaseOCR クラス abstract

cv::text::OCRBeamSearchDecoder, cv::text::OCRHMMDecoder, cv::text::OCRHolisticWordRecognizer, cv::text::OCRTesseractに継承されています。

公開メンバ関数

virtual void run (Mat &image, std::string &output_text, std::vector< Rect > *component_rects=NULL, std::vector< std::string > *component_texts=NULL, std::vector< float > *component_confidences=NULL, int component_level=0)=0
virtual void run (Mat &image, Mat &mask, std::string &output_text, std::vector< Rect > *component_rects=NULL, std::vector< std::string > *component_texts=NULL, std::vector< float > *component_confidences=NULL, int component_level=0)=0

関数詳解

run() [1/2]

virtual void cv::text::BaseOCR::run ( Mat & image,
Mat & mask,
std::string & output_text,
std::vector< Rect > * component_rects = NULL,
std::vector< std::string > * component_texts = NULL,
std::vector< float > * component_confidences = NULL,
int component_level = 0
)
pure virtual

run() [2/2]

virtual void cv::text::BaseOCR::run ( Mat & image,
std::string & output_text,
std::vector< Rect > * component_rects = NULL,
std::vector< std::string > * component_texts = NULL,
std::vector< float > * component_confidences = NULL,
int component_level = 0
)
pure virtual

このクラス詳解は次のファイルから抽出されました: