if num>5
num = num -5;
charvec = ['A','B','C','D','E'];
% In this case, output is character, defined as a number from num
else
charvec = [1, 2, 3, 4, 5];
% Else, output is number, defined from num
end
Nice work, but can I ask you something. How we may compute the threshold (you demostrate in demo file) automatically according to the given object nowing only its shape apriori? Can you give the exact reference of the algorithm?
excuse me for all people,i'm newbie about this..i am a student of computer science departmen and i have an interest of making OCR buat read the character or text from hand writing. for example, i write something on the paper and convert it to digital..is it possible ?
thanks before
Comment only