orc00001

所属分类:图形图像处理
开发工具:matlab
文件大小:92KB
下载次数:29
上传日期:2014-09-29 16:54:53
上 传 者super500wan
说明:  基于Shape Context的字符识别算法介绍 本算法提出了一种新的计算形状相似度的方法,并且把这种方法应用到目标识别领域中。 这中相似度衡量的方法主要经过以下几个步骤: (1)在两个形状上找到匹配的点对 (2)使用匹配的点对估计两个形状的形变程度。为了解决匹配点对的问题,本算法中引入了一个描述向量,即Shape Context,每一个点都有一个描述向量。Shape Context 以某个点为参考点,统计其他的点在他周围的分布特征,根据这个分布特征,就可以知道该点所处的全局特征。在两个形状上,如果是匹配点对,那么他们的Shape Context应该是相似的。 本文采用了Shape Context的这样一中相似度度量方式,来进行字符是识别,取得了良好的效果。
(Shape Context-based character recognition algorithm introduced in this algorithm presents a new method of calculating the similarity of shape, and put this method to target recognition field. This is the main method of similarity measure through the following steps: (1) find the matching points on the two shapes (2) the degree of deformation using the matching points on two shapes estimate. In order to solve the problem of matching points, the algorithm is described in the introduction of a vector, i.e., Shape Context, each point has a descriptive vector. Shape Context to a point as a reference point, the statistical distribution of other points around him, according to this distribution, we can know that the point in which the global feature. On both the shape and, if the matching point, their Shape Context should be similar. In this paper, in such a similarity metric Shape Context, and to identify the character, and achieved good results.)

文件列表:
字符识别源码源码\sc_demo\bdry_extract_3.m (634, 2000-09-05)
字符识别源码源码\sc_demo\bookstein.m (659, 2000-09-05)
字符识别源码源码\sc_demo\demo_1.m (1155, 2000-09-08)
字符识别源码源码\sc_demo\demo_1.m~ (1155, 2000-09-06)
字符识别源码源码\sc_demo\demo_2.m (8879, 2000-09-26)
字符识别源码源码\sc_demo\demo_2.m~ (8879, 2000-09-09)
字符识别源码源码\sc_demo\digit_100_train_easy.mat (627576, 2000-09-05)
字符识别源码源码\sc_demo\digit_100_train_hard.mat (627576, 2000-09-05)
字符识别源码源码\sc_demo\dist2.m (820, 2000-09-05)
字符识别源码源码\sc_demo\gaussker.m (115, 2000-09-05)
字符识别源码源码\sc_demo\get_samples_1.m (577, 2000-09-05)
字符识别源码源码\sc_demo\hist_cost_2.m (432, 2000-09-05)
字符识别源码源码\sc_demo\hungarian.m (11250, 2000-09-05)
字符识别源码源码\sc_demo\im.m (335, 2000-09-05)
字符识别源码源码\sc_demo\save_fish_def_3_1.mat (7288, 2000-09-05)
字符识别源码源码\sc_demo\save_fish_noise_3_2.mat (7288, 2000-09-05)
字符识别源码源码\sc_demo\save_fish_outlier_3_2.mat (8856, 2000-09-05)
字符识别源码源码\sc_demo\sc_compute.m (1963, 2000-09-06)
字符识别源码源码\sc_demo\tps_iter_match_1.m (4810, 2000-09-26)
字符识别源码源码\sc_demo\tps_iter_match_1.m~ (4810, 2000-09-26)
字符识别源码源码\sc_demo (0, 2012-05-27)
字符识别源码源码 (0, 2012-05-27)

本资料由www.opencvchina.com 在网上搜集 欢迎到www.opencvchina.com下载源代码和资料 Shape Context Demo Serge Belongie (sjb@eecs.berkeley.edu) Sept. 4, 2000 1. Information on Chui and Rangarajan data (for demo_1.m) Each filename is of the form save_{fish,chinese,hand}_{def,noise,outlier}_m_n.mat The value of m refers to the test number, n refers to the test example number. The range of m is 1-5 for deformation and outlier, 1-6 for noise. The range of n is 1-100. Example: save_fish_outlier_3_2.mat This corresponds to the "fish" shape, outlier test, test no. 3 (out of 5), corresponding to 100% outlier to data ratio, example no. 2. Each file contains the model data (x1), the target data (y2a), and in the case of the noise test, the target data before adding noise (y2). 2. Information on Digit Matching test (for demo_2.m) This uses test data from Yann LeCun's MNIST database; see http://www.research.att.com/~yann/ocr/mnist/ for details.

近期下载者

相关文件


收藏者