資源簡介
matlab實現的文本定位程序,能夠檢測出圖片上的文字區域。

代碼片段和文件信息
function?[?final?]?=?detecttext(?imName?)
%DETECTTEXT?Summary?of?this?function?goes?here
%???Detailed?explanation?goes?here
image?=?imread(imName);
swtMap?=?swt(image-1);
[swtLabel?numCC]?=?swtlabel(swtMap);
final?=?extractletters(swtMap?swtLabel?numCC);
end
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-08-06?12:44??gaze-text-detection-master\
?????文件??????????14??2012-08-06?12:44??gaze-text-detection-master\.gitignore
?????文件?????????827??2012-08-06?12:44??gaze-text-detection-master\README.md
?????目錄???????????0??2012-08-06?12:44??gaze-text-detection-master\read-detection\
?????文件?????????367??2012-08-06?12:44??gaze-text-detection-master\read-detection\README.md
?????目錄???????????0??2012-08-06?12:44??gaze-text-detection-master\read-detection\paper\
?????文件??????274503??2012-08-06?12:44??gaze-text-detection-master\read-detection\paper\LUCS.144.pdf
?????文件?????2322272??2012-08-06?12:44??gaze-text-detection-master\read-detection\paper\hmm_paper_rabiner.pdf
?????目錄???????????0??2012-08-06?12:44??gaze-text-detection-master\swt\
?????文件?????????367??2012-08-06?12:44??gaze-text-detection-master\swt\README.md
?????目錄???????????0??2012-08-06?12:44??gaze-text-detection-master\swt\img\
?????文件??????145201??2012-08-06?12:44??gaze-text-detection-master\swt\img\036.jpg
?????文件???????51950??2012-08-06?12:44??gaze-text-detection-master\swt\img\billboard-cropped.jpg
?????文件??????102650??2012-08-06?12:44??gaze-text-detection-master\swt\img\billboard-final.jpg
?????文件??????290454??2012-08-06?12:44??gaze-text-detection-master\swt\img\billboard.jpg
?????文件???????34851??2012-08-06?12:44??gaze-text-detection-master\swt\img\text?b?on?w.jpg
?????文件????????7597??2012-08-06?12:44??gaze-text-detection-master\swt\img\text?w?on?b.jpg
?????目錄???????????0??2012-08-06?12:44??gaze-text-detection-master\swt\paper\
?????文件?????2101253??2012-08-06?12:44??gaze-text-detection-master\swt\paper\text_detection.pdf
?????目錄???????????0??2012-08-06?12:44??gaze-text-detection-master\swt\src\
?????文件?????????265??2012-08-06?12:44??gaze-text-detection-master\swt\src\detecttext.m
?????文件????????1595??2012-08-06?12:44??gaze-text-detection-master\swt\src\extractletters.m
?????文件????????6164??2012-08-06?12:44??gaze-text-detection-master\swt\src\swt.m
?????文件????????5031??2012-08-06?12:44??gaze-text-detection-master\swt\src\swtlabel.m
評論
共有 條評論