资源简介
图像识别,文字提取,边缘提取,二值化,设计模式识别,神经网络
代码片段和文件信息
% by Tolga Birdal
%{
This file contains both the implementation and the test function for
contour smoothing. So to test just press F5.
The contour smoothing is done by projecting all the contour points
onto the local regression line. The radius defines the number of points
on each side of the contour which will contribute to the computation
of the local regression line. The higher the number of points the
smoother the curve.
Because of the linear nature of fitting when too much smoothing is
desired the algorithm loses important features such as corners and
confuses in such critical regions.
Actually the algorithm is fully parallelizable. If a parallel
implemtation is desired the main loop in smooth_contours f
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-02-22 20:35 chain code\
文件 1377 2011-03-18 15:37 chain code\hand_contour.png
文件 1368 2011-07-21 06:10 chain code\license.txt
文件 3162 2012-02-22 20:36 chain code\test_smooth_contours.m
目录 0 2012-02-22 20:49 chaincode\
文件 3921 2010-11-25 06:49 chaincode\chaincode.m
文件 1339 2010-11-25 06:49 chaincode\license.txt
目录 0 2012-02-19 12:11 OCR\
文件 1748 2009-02-09 12:59 OCR\create_templates.m
目录 0 2012-02-19 11:46 OCR\letters_numbers\
文件 230 2009-02-09 10:30 OCR\letters_numbers\0.bmp
文件 230 2009-02-09 10:30 OCR\letters_numbers\1.bmp
文件 230 2009-02-09 10:30 OCR\letters_numbers\2.bmp
文件 230 2009-02-09 10:30 OCR\letters_numbers\3.bmp
文件 230 2009-02-09 10:30 OCR\letters_numbers\4.bmp
文件 230 2009-02-09 10:30 OCR\letters_numbers\5.bmp
文件 230 2009-02-09 10:30 OCR\letters_numbers\6.bmp
文件 230 2009-02-09 10:30 OCR\letters_numbers\7.bmp
文件 230 2009-02-09 10:30 OCR\letters_numbers\8.bmp
文件 230 2009-02-09 10:31 OCR\letters_numbers\9.bmp
文件 230 2009-02-09 10:31 OCR\letters_numbers\A.bmp
文件 230 2009-02-09 10:31 OCR\letters_numbers\B.bmp
文件 230 2009-02-09 10:31 OCR\letters_numbers\C.bmp
文件 230 2009-02-09 10:31 OCR\letters_numbers\D.bmp
文件 230 2009-02-09 10:31 OCR\letters_numbers\E.bmp
文件 230 2009-02-09 10:31 OCR\letters_numbers\F.bmp
文件 230 2009-02-09 10:31 OCR\letters_numbers\G.bmp
文件 230 2009-02-09 10:31 OCR\letters_numbers\H.bmp
文件 230 2009-02-09 10:31 OCR\letters_numbers\I.bmp
文件 230 2009-02-09 10:31 OCR\letters_numbers\J.bmp
文件 230 2009-02-09 10:31 OCR\letters_numbers\K.bmp
............此处省略53个文件信息
评论
共有 条评论