Welcome![Sign In][Sign Up]
Location:
Search - matching character

Search list

[Other resourceoffline-character-recognise

Description: 脱机字符识别算法,包括手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法,细化算法 -offline character recognition algorithms, including handwritten digital identification Fisher Linear Discriminant. Handwritten identification template matching, digital identification neural network, thinning algorithm
Platform: | Size: 198845 | Author: wangqiang | Hits:

[Other resourceRegular-expressions-simplifypattern-matching-code.

Description: Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.
Platform: | Size: 112314 | Author: qlw | Hits:

[OtherBRACES(C语言宏检查的C语言源程序)

Description: This macro examines the character at the cursor. If it is any of the 4 characters (){} it tries to find the matching character. For C programs it correctly handles comments, and string and character constants.
Platform: | Size: 2735 | Author: 朱卓吾 | Hits:

[GDI-Bitmap脱机字符识别

Description: 脱机字符识别:手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法,细化算法-Offline Character Recognition : handwritten figures identifiable Fisher Linear Discriminant, handwritten figures identifiable template matching method, digital identification neural network, thinning algorithm
Platform: | Size: 9011200 | Author: 丁俊 | Hits:

[OtherBRACES(C语言宏检查的C语言源程序)

Description: This macro examines the character at the cursor. If it is any of the 4 characters (){} it tries to find the matching character. For C programs it correctly handles comments, and string and character constants.
Platform: | Size: 2048 | Author: 朱卓吾 | Hits:

[JSP/Java_StrSplit

Description: 根据用户定义char型字符分割字符串,以char型字符为分割符,或是检测括号的配对情况。-under the user-defined type character segmentation char string, char type characters to separate website, or detection of the matching brackets.
Platform: | Size: 2048 | Author: 零度 | Hits:

[Graph Recognizetuojizifushibie

Description: 脱机字符识别 实验素材里面提供了一些模式识别实验用的数据库。其中“数字和字母图像” 用于脱机字符识别里的模板匹配法,USPS字库用语Fisher线性判定识别手写数 字。由于一些原因,有些数据库不能提供,需要读者自己采集样本。 -experimental materials inside provided some experimental pattern recognition database. These "numbers and letters images" Offline Character Recognition for The template matching, USPS font terminology Fisher Linear found handwritten identification numbers. For some reason, some of the databases not provided their readers need to collect samples.
Platform: | Size: 10377216 | Author: super | Hits:

[source in ebookoff_line_recognition

Description: 模式识别中的脱机字符识别,包括手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法及细化算法。-pattern recognition of Offline Character Recognition, including handwritten digital identification Fisher Linear Discriminant. Handwritten identification template matching, digital identification neural network and refinement algorithm.
Platform: | Size: 203776 | Author: 林晓芸 | 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:

[matlabwordrecmatlabbyrf

Description: 一个字符识别的matlab程序,包括细化,骨架提取,轮廓匹配等功能。-a Character Recognition of Matlab procedures, including thinning, skeleton extraction, contour matching function.
Platform: | Size: 116736 | Author: QHLee | Hits:

[AI-NN-PRoffline-character-recognise

Description: 脱机字符识别算法,包括手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法,细化算法 -offline character recognition algorithms, including handwritten digital identification Fisher Linear Discriminant. Handwritten identification template matching, digital identification neural network, thinning algorithm
Platform: | Size: 198656 | Author: wangqiang | Hits:

[Software EngineeringRegular-expressions-simplifypattern-matching-code.

Description: Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.-Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow-levelpattern-matching support, that support commonly leads to complex code. To help you write simplerpattern-matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.
Platform: | Size: 111616 | Author: qlw | Hits:

[JSP/Javacifafenxijava

Description: 用模式匹配和字符传解析器分析代码,能区分关键字,标识符,数字-using pattern-matching and character-parser code analysis can distinguish between keywords, identifiers, digital
Platform: | Size: 2048 | Author: 辛华 | Hits:

[Special EffectsDigitRecog

Description: 脱机字符识别__手写数字识别之模板匹配法-Offline character recognition of handwritten numeral recognition __ template matching method
Platform: | Size: 536576 | Author: jackymeng | Hits:

[DocumentsMatching-brackets

Description: 数据结构 1、算法思路: 假设表达式中包含两种括号:圆括号和方括号,其嵌套顺序随意,即([]())或[([])]等为正确的格式,[(])或([())或(()]均为不正确的格式。检验括号是否匹配可以用堆栈来实现当遇到 ( 或 [ 时进栈,遇到 ) 或 ] 时出栈进行匹配检验,如果出现不匹配的情况立即结束,否则继续取下一个字符。如果没有遇到不匹配的情况,最后判断栈是否为空,栈为空,括号匹配,否则不匹配。 -Data Structure 1, Algorithm idea: the assumption that the expression contains two types of brackets: parentheses and brackets, the nested sequence of random, that is, or ([]()) [([])] such as the correct format, [( ]) or ([()) or (()] are not the correct format. test match brackets can be used to achieve when the stack (or [into the stack when encountered) or] when a stack test match , if the situation does not match an immediate end to, or continue to remove a character. If you do not encounter the situation does not match, the last to judge whether the stack is empty, the stack is empty, parentheses matching, otherwise do not match.
Platform: | Size: 13312 | Author: Anson | Hits:

[JSP/JavaRegMatherTest2

Description: Java 正则表达式的用法: 取反字符集 贪婪匹配-Java regular expressions Usage: Anti-Character Set check greedy matching
Platform: | Size: 1024 | Author: Pudn, FK | Hits:

[Graph Recognizeex2

Description: 汽车牌照定位与字符识别 要定位汽车牌照并识别其中的字符,我们采用Matlab平台提供的一些图像处理函数,以傅立叶变换通过字符模板与待处理的图像匹配为核心思想。 -Vehicle license location to location and character recognition vehicle license and identify the characters, we use Matlab platform provides a number of image processing functions, Fourier transform through the characters in the template to be processed with the image matching as the core ideology.
Platform: | Size: 63488 | Author: 吕寿鹏 | Hits:

[Graph Recognize4

Description: 基于模板匹配的车牌字符识别算法研究,使用模板匹配,来实现车牌的字符识别。-Based on template matching license plate character recognition algorithm using template matching, to achieve the license plate character recognition.
Platform: | Size: 199680 | Author: songwei | Hits:

[Graph RecognizeTemplate-matching

Description: 模板匹配字符识别的程序,字符的模板制作说明-Template matching character recognition program, the character description of the template production
Platform: | Size: 874496 | Author: | Hits:

[Software EngineeringCharacter-recognition

Description: Character recognition based on template matching -Character recognition based on template matchingCharacter recognition based on template matchingCharacter recognition based on template matching
Platform: | Size: 49152 | Author: Alian | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net