My users draw their signature in my application using touch events and I convert it to a bitmap. I want to extract unique specifications of each signature and compare it by its
Try looking at this resource which uses a neural network to do handwriting recognition. Try looking at this resource too which shows you how to recognize hand written digits. Both projects have full source code.