OpenCV
4.5.3
Open Source Computer Vision
|
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... | |