Welcome![Sign In][Sign Up]
Location:
Search - image ocr

Search list

[CSharpc# OCR文字识别

Description: 利用office2007中的开发的图片文字识别例子。Microsoft Office Document Image,对包括中英文在内的各种语言的印刷体支持还不错。她是由清华文通oem给微软的,所以各种性能还是不错的,在office2007也包括这个功能,需要OCR的人可以参考一下。
Platform: | Size: 91893 | Author: wwwhao@gmail.com | Hits:

[Graph RecognizeDigit_Recomodule

Description: This an digit recognition application. (OCR or ICR application). First you draw a digit in the picturebox. Then the image processing begins and recognize the digit and returns you the result. I used correlation matching algorithm for character recognition and k-neighbor classifying algorithm to select the true digit. Database includes handwritten digit examples which are collected from a hundred persons. These digit images converted to binary type before added to the database.-This an digit recognition application. (OCR or ICR application). First you draw a digit in the picturebox. Then the image processing be Huggins and recognize the digit and returns you the result. I used correlation matching algorithm for character recognition and k-neighbor clas sifying algorithm to select the true digit. Dat abase includes handwritten digit examples whi ch are collected from a hundred persons. These d igit images converted to binary type before add ed to the database.
Platform: | Size: 41984 | Author: Toby | Hits:

[Special EffectsOCR

Description: 对车牌进行预处理(图像分割),然后进行文字识别-Pretreatment of the plate (image segmentation), and then proceed to character recognition
Platform: | Size: 8192 | Author: 孙芳 | Hits:

[Graph RecognizeOCR

Description: 自已编写的印刷体汉字识别程序,介绍了两种汉字切分算法:投影法,连通域合并法。 以及二值化,灰度拉伸,灰度均衡等图像处理算法(内附汉字图片进行试验)-Prepared their own printed Chinese character recognition procedures, introduction of two kinds of Chinese Character Segmentation Algorithm: projections, connected domain Merger Act. And binarization, gray stretch, gray balance and other image processing algorithms (with Chinese characters picture test)
Platform: | Size: 536576 | Author: ycloang | Hits:

[.netAsprise-OCR-CSharp-Windows_Server_32bit-4.0

Description: 识别图片上的文字,识别率有80% 附加c#调用 [DllImport("AspriseOCR.dll")] static extern string craboOCR(string file, int type) private void GetVeryfyCode() { if(File.Exists(_imgPath))//ok now? { try { this.picbVeryfyCode.Image=System.Drawing.Bitmap.FromFile(_imgPath) _veryfyCode=craboOCR(_imgPath,-1) _veryfyCode=_veryfyCode.Substring(0,4) this.txtVeryfyCode.Text=_veryfyCode } catch(Exception e) { this.lblResult.Text+=e.Message } } }-The text on the picture identification, identification rate of 80 surcharge c# Calls [DllImport ( AspriseOCR.dll )] static extern string craboOCR (string file, int type) private void GetVeryfyCode () (if (File.Exists (_imgPath) )// ok now? (try (this.picbVeryfyCode.Image = System.Drawing.Bitmap.FromFile (_imgPath) _veryfyCode = craboOCR (_imgPath,-1) _veryfyCode = _veryfyCode.Substring (0,4) this.txtVeryfyCode.Text = _veryfyCode) catch (Exception e) (this.lblResult.Text+ = e.Message)))
Platform: | Size: 6479872 | Author: 似的 | Hits:

[Special Effectsocr

Description: 图象处理,简单的字母识别... 适合初学者使用-Image processing, a simple letter to identify suitable for beginners ...
Platform: | Size: 71680 | Author: 东方雎 | Hits:

[Graph Recognizeocr

Description: 数字识别OCR系统的实现,可以把图像形式的一行数字认出来-Digital Identification OCR system can form the image of his figures identified
Platform: | Size: 6144 | Author: nasin | Hits:

[CA authocr

Description: Module De Captcha (Captcha Decoder) - recognition of service graphic images of any complexity. The process image is completely automated.- Module De Captcha (Captcha Decoder)- recognition of service graphic images of any complexity. The process image is completely automated.
Platform: | Size: 5120 | Author: qwarts | Hits:

[Graph RecognizeOCR

Description: full OCR script using matlab-full OCR script using matlab
Platform: | Size: 98304 | Author: Bad | Hits:

[2D GraphicOCR

Description: image processing show OCR
Platform: | Size: 6144 | Author: PoR | Hits:

[Multimedia DevelopOCR

Description: Samlpe how to OCR image
Platform: | Size: 205824 | Author: satelitsoft | Hits:

[GDI-BitmapOCR(vc)

Description: 一个经典的C++图像识别源码。包含:图像处理(灰度化,二值化,梯度锐化) 和 神经网络 两部分。-A classic image recognition of the C++ source code. Include: image processing (grayscale-based, binary gradient sharpening) and neural network in two parts.
Platform: | Size: 1504256 | Author: 倪燕翔 | Hits:

[Graph RecognizeOCR

Description: OCR which wil convert the image file into a document file
Platform: | Size: 115712 | Author: gowtham | Hits:

[Software Engineeringocr

Description: 该系统是为了辨认识别图像中的数字而设计的,它通过对图片的一系列处理,最后识别得出图片中显示的数字。系统既可以单独使用,也可以把它作为一个识别系统的软件核心应用到车牌识别等系统中去。-The system is to identify the identification number of the image is designed, it adopted a series of pictures, at last, come to identify the number shown in the picture. System can be used alone, or you can identify it as a core application system software to license plate recognition system to go.
Platform: | Size: 535552 | Author: 小强 | Hits:

[ActiveX/DCOM/ATLImage.Viewer.CP_Pro.ActiveX.7.2

Description: Character recognition Asprise OCR OCX SDK Viscom Image Viewer 7.2
Platform: | Size: 15026176 | Author: Ivan | Hits:

[Graph Recognizeocr

Description: 一个OCR图像识别的例子,用java写的-An example of image recognition OCR, using java to write
Platform: | Size: 1024 | Author: wanghong | Hits:

[CSharpOCRSample

Description: The sample application check for images in a specify directory and reads text from these images if any. It saves text from each image in a text file with the same name as the image, automatically. It can handle problems or exceptions with images. If you have Office 2007 installed, the OCR component is available for you to use. The only dependency that s added to your code is Office 2007. Requiring Office (2007 or 2003) to be installed in order for your code to work may or may not fit a situation. But if your client can guarantee that machines that your code will run on have Office (2007 or 2003 )installed, then this solution is ideal for you.
Platform: | Size: 35840 | Author: ricool | Hits:

[Graph RecognizeOCR

Description: 包含了两个实例用法,使用office的组件,一个实例是c#源码,一个是c++源码,实例功能是识别图片中的文字-Contains two instances of usage, using the office component, an example is the c# source code, one is the c++ source code, example function is to identify text in the image
Platform: | Size: 4712448 | Author: 刘中梁 | Hits:

[matlabOCR

Description: this code can recognize a character form an image and will show the result in notepad.
Platform: | Size: 94208 | Author: wanfazri | Hits:

[OpenCVocr

Description: 这是一个基于OFFICE组件的字符识别及OPENCV简单操作,图片路径需要自己进行更改,代码里面有详细说明-This is a component-based character recognition and OFFICE OPENCV simple operation, image paths need to make changes to their code which is described in detail
Platform: | Size: 119808 | Author: 计科狂人 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net