本文介绍了光学字符识别用的Andr​​oid的OpenCV的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在对其中涉及到Android的光学字符识别一个项目,确实需要一些指针从别人谁拥有该地区的一些经验。

I'm currently working on a project which involves optical character recognition in Android and really need some pointers from somebody who has some experience in the area.

有人告诉我,通过设置的OpenCV采用Android(到开始Set OpenCV的上升与Android ),并从那里。从那时起,我已成立了OpenCV的,并拥有所有这些都与它的工作样本( OpenCV的机器人样品的)和教程。

I was told to start off by setting up OpenCV with Android (Set up OpenCv with Android) and going from there. Since then I have set up OpenCV and have all the samples (OpenCV android samples) and tutorials which come with it working.

我的问题是,我无法找到一个坚实的方向从这里进去,我发现了一个相关的问题的的答案指向教程但是我我不确定这是否会与Android。

My problem is that I can't find a solid direction to go in from here, I found a related question here whose answer points to a tutorial however I am unsure if it will work with Android.

我基本上停留试图继续与OpenCV的或者尝试其他工具,我一直在阅读关于类似的tesseract或纯java的的。

I am basically stuck trying to pick between continuing with OpenCV or trying other tools I have been reading about like tesseract or pure java implementations.

任何关于什么方向选择将大大AP preciated咨询,谢谢,切利奇。

Any advice about what direction to choose would be greatly appreciated,Thanks,Celic.

TL; DR *的需要了解最佳的光学字符识别实现在Android的意见的*

推荐答案

您可以在JavaCV看看其中的Java接口的OpenCV

You can take a look at JavaCV which a java interface to OpenCV

您可以检查类似的tesseract Android的工具(很体面): HTTP ://$c$c.google.com/p/tesseract-android-tools/

You can check something like Tesseract Android Tools (very decent): http://code.google.com/p/tesseract-android-tools/

下面是一个头了,因为我们都在开始运行到使用时的一个问题:<一href="http://stackoverflow.com/questions/5852300/bytes-per-pixel-value-for-byte-re$p$psentation-of-image-in-android">Bytes每对图像中的Andr​​oid 字节再presentation像素值(如果你使用的是相机OFC)

Here is a heads up for a problem we all run into at the beginning when using it: Bytes Per Pixel value for byte representation of image in Android (if you are using the camera ofc)

这篇关于光学字符识别用的Andr​​oid的OpenCV的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 16:38
查看更多