Location:
Search - OCR system
Search list
Description: OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作,
读者可以借鉴这些代码,改动后用到自己的系统中。由于这是从一个完整的OCR系统中抽取的部分代码,所以这些代码无法单独编译。
两个*.dat文件如下:
char_data.dat:字符特征数据
words_de.dat:词库(后处理用)-OCR algorithm code. This is not a complete system, we can not generate executable. Based on the Linux code / KDE development, use the C standard template library. The code is intended to show readers an OCR system, including which parts work, readers can learn from these code changes after their use in the system. As this is from a complete OCR system taking part code, so code can not be compiled separately. 2 *. dat following documents : char_data.dat : Character Feature Data words_de.dat : Thesaurus (reprocessing spent)
Platform: |
Size: 874247 |
Author: 小智 |
Hits:
Description: OCR算法代码。
这不是一个完整的系统,没法生成可执行程序。
代码基于Linux/KDE开发,用到了C++标准模板库。
代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作,
读者可以借鉴这些代码,改动后用到自己的系统中。
由于这是从一个完整的OCR系统中抽取的部分代码,
所以这些代码无法单独编译。
两个*.dat文件如下:
char_data.dat:字符特征数据
words_de.dat:词库(后处理用)
如果需要完整实用的中文OCR代码,可以和PRTsinghua@hotmail.com联系。-OCR algorithm code. This is not a complete system, we can not generate executable. Based on the Linux code / KDE development, use the C standard template library. The code is intended to show readers an OCR system, including which parts work, readers can learn from these code changes after their use in the system. As this is from a complete OCR system taking part code, so code can not be compiled separately. 2 *. dat following documents : char_data.dat : Character Feature Data words_de.dat : Thesaurus (after treatment) for a complete practical needs if the Chinese OCR code, and PRTsinghua@hotmail.com links.
Platform: |
Size: 874813 |
Author: 樊志华 |
Hits:
Description: 这又是一个专家系统.
是用java写的.
初学者可看看此程序.个人觉得还不错.-This is an expert system. Java is written. Beginners can take a look at this program. Feel good.
Platform: |
Size: 72489 |
Author: zhou |
Hits:
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
}
}
}
Platform: |
Size: 6479709 |
Author: 似的 |
Hits:
Description: OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR arithmetic code. It is not a complete system, and not build execute program. The development of this code based on Linux/KDE, and used C++ standard moulding board library. Its purpose to lay out including parts and how to work in an OCR system to reader. You, Reader, also could use these code for reference, and used in your system after altered. These code could not be build by itself because it is extracted from a whole OCR system. Two file of *.dat is : char_data.dat: Characteristic data of character words_de.dat: word library (used in after-disposal).
Platform: |
Size: 874167 |
Author: 李权波 |
Hits:
Description: 联机手写数字简易识别系统源代码-on-line handwriting recognition system figures simple source code
Platform: |
Size: 68608 |
Author: |
Hits:
Description: OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR arithmetic code. It is not a complete system, and not build execute program. The development of this code based on Linux/KDE, and used C++ standard moulding board library. Its purpose to lay out including parts and how to work in an OCR system to reader. You, Reader, also could use these code for reference, and used in your system after altered. These code could not be build by itself because it is extracted from a whole OCR system. Two file of*.dat is : char_data.dat: Characteristic data of character words_de.dat: word library (used in after-disposal).
Platform: |
Size: 873472 |
Author: 李权波 |
Hits:
Description: OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作,
读者可以借鉴这些代码,改动后用到自己的系统中。由于这是从一个完整的OCR系统中抽取的部分代码,所以这些代码无法单独编译。
两个*.dat文件如下:
char_data.dat:字符特征数据
words_de.dat:词库(后处理用)-OCR algorithm code. This is not a complete system, we can not generate executable. Based on the Linux code/KDE development, use the C standard template library. The code is intended to show readers an OCR system, including which parts work, readers can learn from these code changes after their use in the system. As this is from a complete OCR system taking part code, so code can not be compiled separately. 2*. dat following documents : char_data.dat : Character Feature Data words_de.dat : Thesaurus (reprocessing spent)
Platform: |
Size: 873472 |
Author: 小智 |
Hits:
Description: OCR算法代码。
这不是一个完整的系统,没法生成可执行程序。
代码基于Linux/KDE开发,用到了C++标准模板库。
代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作,
读者可以借鉴这些代码,改动后用到自己的系统中。
由于这是从一个完整的OCR系统中抽取的部分代码,
所以这些代码无法单独编译。
两个*.dat文件如下:
char_data.dat:字符特征数据
words_de.dat:词库(后处理用)
如果需要完整实用的中文OCR代码,可以和PRTsinghua@hotmail.com联系。-OCR algorithm code. This is not a complete system, we can not generate executable. Based on the Linux code/KDE development, use the C standard template library. The code is intended to show readers an OCR system, including which parts work, readers can learn from these code changes after their use in the system. As this is from a complete OCR system taking part code, so code can not be compiled separately. 2*. dat following documents : char_data.dat : Character Feature Data words_de.dat : Thesaurus (after treatment) for a complete practical needs if the Chinese OCR code, and PRTsinghua@hotmail.com links.
Platform: |
Size: 874496 |
Author: 樊志华 |
Hits:
Description: 这又是一个专家系统.
是用java写的.
初学者可看看此程序.个人觉得还不错.-This is an expert system. Java is written. Beginners can take a look at this program. Feel good.
Platform: |
Size: 71680 |
Author: zhou |
Hits:
Description: 手写数字识别系统,vc源码,好不容易找到的-handwritten digital identification system vc source, she found the
Platform: |
Size: 3825664 |
Author: |
Hits:
Description: 此程式主要功能為簡單的文字識別系統,可以讓初學者立刻了解文字識別系統的原理-The main functions of this program for a simple character recognition system, so that beginners can immediately understand the principles of character recognition system
Platform: |
Size: 623616 |
Author: 世界 |
Hits:
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:
Description: 数字识别OCR系统的实现,可以把图像形式的一行数字认出来-Digital Identification OCR system can form the image of his figures identified
Platform: |
Size: 6144 |
Author: nasin |
Hits:
Description: 字符识别OCR 是基于eVISION的识别程序,在众多OCR的识别系统中感觉eVISION的字符识别做的最有特点,主要在分割灵活高效,识别速度快 准确率也很高-OCR character recognition is based on the eVISION identification procedures, in many OCR recognition system in the sense of the character recognition eVISION do the most features, mainly in the division of flexible and highly efficient, fast and accurate recognition rate is also high
Platform: |
Size: 23552 |
Author: 袁建勋 |
Hits:
Description: 本文提出了一种新的车辆许可证盘子识别,并在此基础上提出了一种自适应图像分割方法-In this paper, a new algorithm for vehicle license
plate identification is proposed, on the basis of a novel adaptive
image segmentation technique (Sliding Windows) in
conjunction with a character recognition Neural Network. The
algorithm was tested with 2820 natural scene gray level vehicle
images of different backgrounds and ambient illumination.
The camera focused on the plate, while the angle of view and
the distance from the vehicle varied according to the
experimental setup. The license plates properly segmented
were 2719 over 2820 input images (96.4 ). The Optical
Character Recognition (OCR) system is a two layer
Probabilistic Neural Network with topology 108-180-36, whose
performance reached 97.4 . The PNN was trained to identify
multi-font alphanumeric characters from car license plates
based on data obtained from algorithmic image processing.
Platform: |
Size: 831488 |
Author: keithe |
Hits:
Description: 内含完整的中值滤波、图像分割、字符识别程序,整个OCR系统-a complete OCR system, contain edian filtering, image segmentation, character recognition
Platform: |
Size: 64512 |
Author: leguangren |
Hits:
Description: OCR system with neural network
Platform: |
Size: 60416 |
Author: dleon |
Hits:
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:
Description: system design for plate recognation
Platform: |
Size: 183296 |
Author: haseeb |
Hits: