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)

相关推荐
清纯世纪3 分钟前
基于深度学习的图像分类或识别系统(含全套项目+PyQt5界面)
开发语言·python·深度学习
孤寂大仙v4 分钟前
【C++】STL----stack和queue常见用法
开发语言·c++
孤华暗香8 分钟前
Python快速入门 —— 第三节:类与对象
开发语言·python
元气代码鼠24 分钟前
C语言程序设计(进阶)
c语言·开发语言·算法
霍霍哈嗨36 分钟前
【QT基础】创建项目&项目代码解释
开发语言·qt
friklogff37 分钟前
【C#生态园】从图像到视觉:Emgu.CV、AForge.NET、OpenCvSharp 全面解析
开发语言·c#·.net
虚拟搬运工1 小时前
Python类及元类的创建流程
开发语言·chrome·python
消失的旧时光-19432 小时前
kotlin的密封类
android·开发语言·kotlin
A_cot2 小时前
Redis 的三个并发问题及解决方案(面试题)
java·开发语言·数据库·redis·mybatis
学步_技术2 小时前
Python编码系列—Python原型模式:深克隆与高效复制的艺术
开发语言·python·原型模式