Halcon识别字母
文件大小: 34k
源码售价: 10 个金币 积分规则     积分充值
资源说明:*3.1读入图像 dev_close_window() read_image(Image,'F:/学习资料/Halcon工程/ocr-read.bmp') read_image (Image, 'D:/halcon 10_study/识别字母/a2.png') get_image_size(Image, Width, Height) dev_open_window(0, 0, Width/1.3, Height/1.3, 'black', WindowHandle) dev_display(Image) *3.2对齐文字 text_line_orientation (Image, Image, 25, rad(-90), rad(90), OrientationAngle) rotate_image(Image, ImageRotate, -OrientationAngle/rad(180)*180, 'constant') *分割文字 threshold (ImageRotate, TestWordsRegion, 0, 100)
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。