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)

相关推荐
算家云2 分钟前
快速识别模型:simple_ocr,部署教程
开发语言·人工智能·python·ocr·数字识别·检测模型·英文符号识别
Thomas_Cai13 分钟前
Python后端flask框架接收zip压缩包方法
开发语言·python·flask
霍先生的虚拟宇宙网络15 分钟前
webp 网页如何录屏?
开发语言·前端·javascript
温吞-ing17 分钟前
第十章JavaScript的应用
开发语言·javascript·ecmascript
魔道不误砍柴功23 分钟前
实际开发中的协变与逆变案例:数据处理流水线
java·开发语言
鲤籽鲲31 分钟前
C# MethodTimer.Fody 使用详解
开发语言·c#·mfc
亚图跨际35 分钟前
Python和R荧光分光光度法
开发语言·python·r语言·荧光分光光度法
Rverdoser43 分钟前
RabbitMQ的基本概念和入门
开发语言·后端·ruby
dj24429457071 小时前
JAVA中的Lamda表达式
java·开发语言
流星白龙1 小时前
【C++习题】10.反转字符串中的单词 lll
开发语言·c++