-
-
ocr.rar
识别动网asp论坛的验证码
程序语言:delphi 7.0
作者:netdust
2007-12-4
-
-
Asprise-OCR-CSharp-Windows_Server_32bit-4.0.zip
识别图片上的文字,识别率有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. ...
-
-
-
-
bin.zip
一个自写的OCR库程序,使用简单.支持灰度图像,包括字符定位,分割,识别,和训练
-
-
plate_BPTrain.rar
针对车牌识别的字符bp神经网络训练,稍加改造即可用于ocr及其它字符识别场合
将字符切分为32*16大小bmp,放入相应文件夹,训练时选择该文件夹即可完成相应字符训练
仅供学习使用,勿商业应用,本人保留所有版权。
-
Optical_Character_Recognition.zip
The aim of Optical Character Recognition (OCR) is to classify optical patterns (often contained in a digital image ... corresponding to alphanumeric or other characters. The process of OCR involves several steps including segmentation, feature extraction, and ...
-