我正在研究一种星体应用,在这种应用中,我必须从图像中履行OCR。 例如,如果我绘画了大楼,用户就在图像上点击某个特定地区(如厨房或停车场),然后点击,我想要点名/用户点击的地点。 这一数字将出现在该地点。
如果在讲座室点上点击,申请必须探测到我点击的地区,并给我名字(即讲室)。
请帮助我。 我测试了许多应用,但大多数检测到的是不是绘画图像的文字。
Edit It is just like HTML Image Maping
我正在研究一种星体应用,在这种应用中,我必须从图像中履行OCR。 例如,如果我绘画了大楼,用户就在图像上点击某个特定地区(如厨房或停车场),然后点击,我想要点名/用户点击的地点。 这一数字将出现在该地点。
如果在讲座室点上点击,申请必须探测到我点击的地区,并给我名字(即讲室)。
请帮助我。 我测试了许多应用,但大多数检测到的是不是绘画图像的文字。
Edit It is just like HTML Image Maping
关心项目,我正在与奥海委会一道开发一个信使,我在下一任职位上列入了有用的信息和一个密码例子,对该项目进行了研究,如果你有任何问题,我只想说:
我这样说,如果申请的目的是阅读任何图像档案并从中提取所有文本,以便检索,那么,你需要就如何推断出问题开展工作。
然而,如果你的目标是点击数量有限的地图,那么我就说,你应绘制每个图像中所有已知地点表,然后节省用户点击的坐标。 这样,你就可以在你已知地点表上进行协调,并向用户提供相应的房间。 例如,可以由西北部角和东南角的坐标界定一个房间。 确定协调是否属于这些边界是三角的。
如果你的申请真的需要奥委会的话,你就生活在一个充满麻烦的Imzh的世界中。
Edit: 编辑的小错误。
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...
I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...
I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...
I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...
To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?
When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...
I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...
I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...