ocr_class

mean_image (Image, ImageMean1, 3, 3)

mean_image (Image, ImageMean2, 50, 50)

dyn_threshold (ImageMean1, ImageMean2, RegionDynThresh, 35, 'light')

connection (RegionDynThresh, ConnectedRegions)

select_shape (ConnectedRegions, SelectedRegions, 'width','height', 'and', 10,10, 50,60)

dilation_circle (SelectedRegions, RegionDilation, 2)

region_to_bin (RegionDilation, BinImage, 0, 255, Width, Height)

shape_trans (RegionDilation, RegionTrans, 'rectangle1')

sort_region (RegionTrans, SortedRegions, 'character', 'true', 'row')

read_ocr_class_mlp ('Pharma_0-9+.omc', OCRHandle)

do_ocr_multi_class_mlp (SortedRegions, BinImage, OCRHandle, Class, Confidence)

smallest_rectangle1 (SortedRegions, Row1, Column1, Row2, Column2)

相关推荐
千里码aicood1 小时前
基于Python的电商数据采集系统(大数据+爬虫)
开发语言·python
陈皮波比茶1 小时前
Python项目实战-网络机器人(爬虫)
开发语言·网络·爬虫·python·机器人
法哥20122 小时前
用 C++ 控制 CMW100,到底在干什么?
开发语言·c++
QH139292318802 小时前
NVIDIA H200 H300服务器
运维·服务器·开发语言·网络·信息与通信
OPEN-F3 小时前
Python进阶教程:单元测试与代码质量
开发语言·python·单元测试
阿里嘎多学长3 小时前
2026-08-20 GitHub 热点项目精选
开发语言·程序员·github·代码托管
其实防守也摸鱼3 小时前
Codex破局:前端组件秒级生成的技术文章大纲
开发语言·前端·人工智能·学习·安全·web安全
Logintern093 小时前
装饰器和洋葱模式的区分
开发语言·python·架构
冻柠檬飞冰走茶3 小时前
《数据结构实验指导-C++语言版》 在顺序表 list 中查找元素 x
开发语言·数据结构·c++·算法·list
Brilliantwxx3 小时前
【C++】 高阶数据结构图(1)并查集
开发语言·数据结构·c++