OpenCV  4.5.0
Open Source Computer Vision
Namespaces | Functions
swt_text_detection.hpp File Reference
#include <opencv2/core.hpp>
#include <vector>

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::text
 

Functions

void cv::text::detectTextSWT (InputArray input, std::vector< cv::Rect > &result, bool dark_on_light, OutputArray &draw=noArray(), OutputArray &chainBBs=noArray())
 Applies the Stroke Width Transform operator followed by filtering of connected components of similar Stroke Widths to return letter candidates. It also chain them by proximity and size, saving the result in chainBBs. More...