OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
swt_text_detection.hpp 文件参考
#include <opencv2/core.hpp>
#include <vector>
swt_text_detection.hpp 的包含依赖图
此图显示直接或间接包含此文件的文件。

命名空间

命名空间 cv
 
命名空间 cv::text
 

函数

void cv::text::detectTextSWT (InputArray input, std::vector< cv::Rect > &result, bool dark_on_light, OutputArray &draw=noArray(), OutputArray &chainBBs=noArray())
 应用笔画宽度变换算子,然后过滤具有相似笔画宽度的连通分量以返回字母候选。它还会根据邻近度和大小将它们连接起来,并将结果保存在 chainBBs 中。