I am working on an image processing application, that uses pixel data to recognise digits in an image. I am thinking of an alternate approach wherein I convert the raster image to vector and then use the vector image. I am not familiar with vector graphics at all, and hence new to this, but just wondering the possibilities. Does anyone have any advice on this topic, or could direct me to some resources with similar approach ?
Also, could anybody tell me how does the conversion of a raster image to a vector image work, or provide me with related links ?