src | 定位时要用OpenCV,于是src是个便于操作的cv::Mat结构,输入矩形就是(0, 0, src.cols, src.rows)。 |
base_rect, min_estimate_width, right | <Param2 description> |
result_rect[OUT] | result_rect中的左上角坐标是在输入矩形内的偏移。 |
verbose | true时让输出过程中一些中间处理图像。 |
step | 影响输出文件中的文件名,0-<step>-0-clip-origin.png。 |
base_rect | min_estimate_width | right | 实例 | |
由内向外扩展 | 非空 | -1 | X | 更精准定位出强种子字符区域 |
向右扩展 | 空 | >0 | true | 行扩展时向右扩展 |
向左扩展 | 空 | >0 | false | 行扩展时向左扩展 |
欢迎光临 SDL中文论坛 (http://www.libsdl.cn/bbs/) | Powered by Discuz! X3.3 |