OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
swt_text_detection.hpp ファイル
#include <opencv2/core.hpp>
#include <vector>
Include dependency graph for swt_text_detection.hpp:
This graph shows which files directly or indirectly include this file:

名前空間

namespace  cv
 
namespace  cv::text
 

関数

void cv::text::detectTextSWT (InputArray input, std::vector< cv::Rect > &result, bool dark_on_light, OutputArray &draw=noArray(), OutputArray &chainBBs=noArray())
 Stroke Width Transform 演算子を適用し、続いて類似したストローク幅を持つ連結成分のフィルタリングを行って、文字候補を返す。さらに近接度とサイズによってそれらを連結し、結果を chainBBs に保存する。