Hi guys i want to create a OCR in Actionscript 3. At first i thought that i would create a neural network in AS3. But, it's very difficult. Any guidelines on how to proceed would be helpful.
相关问题
- garbage collection best practices
- How to load flex swf from flash?
- How to get the bounding box of text that are overl
- FlashDevelop Haxe (Flash) debugger
- Detecting user's camera settings
相关文章
- Are there any benefits when using final in AS3?
- Trace on Chrome/Browser console
- as3 ByteArray to Hex (binary hex representation)
- About Collision detection alghorithms in AS3
- I want to sort the words extracted from image in o
- How to upload BitmapData to a server (ActionScript
- Manage resources to minimize garbage collection ac
- Moroccan License Plate Recognition (LPR) using Ope
I found this one, but I never tried it: http://code.google.com/p/as3ocr/
I found this: http://code.google.com/p/zeez/
If you go to the ZeezSample.fla you need to change the main stage class to ZeezSample. It was set to a non-existent file thus the .fla was useless. With that tweak you can see the algo at work. I'm trying to find a way to trim this down and simply recognize a few basic numbers in a flash bitmap / bitmapdata pulled from a webcam.
Cheers!
You could use Alchemy and find a C/C++ library which you would then wrapp for AS3.