Character recognition
问题 I am new to matlab and I am trying learn OCR in it. For now I am just trying to get a system working before diving into the theory for constructing my own system. Anyways I am following code snippet from here However whenever I try the code not only my rectangles appear inverted but they also aren't imposed on my original image. I am thinking that the problem might be here [Ilabel num] = bwlabel(Ifill); disp(num); Iprops = regionprops(Ilabel); Ibox = [Iprops.BoundingBox]; Ibox = reshape(Ibox,