# Download wordnorm, derivest, and netlab wget http://www.cs.grinnell.edu/~weinman/code/wordnorm.tar wget http://www.cs.grinnell.edu/~weinman/code/derivest.tar wget http://www.cs.grinnell.edu/~weinman/code/netlab.tar wget http://www.cs.grinnell.edu/~weinman/code/wordnorm.m # Make destination and unpack mkdir wordnorm mv wordnorm.m wordnorm tar xf wordnorm.tar -C wordnorm tar xf derivest.tar -C wordnorm tar xf netlab.tar -C wordnorm # Start matlab matlab % Add commands to path >> addpath(genpath('wordnorm')) % Run the demo >> wordnorm If you use or adapt WordNorm, please add an acknowledgment and a citation to the following paper: @article{ weinman14toward, author = {Jerod J. Weinman and Zachary Butler and Dugan Knoll and Jacqueline Feild}, title = {Toward Integrated Scene Text Reading}, journal = {IEEE Trans. on Pattern Analysis and Machine Intelligence}, volume = {36}, number= {2}, month = {Feb.} pages = {375--387}, year = {2014}, doi = {10.1109/TPAMI.2013.126} }