signature verification preprocessing problem
2 views (last 30 days)
Show older comments
Hello, I am working on a project related to image processing. I'm stuck in the preprocessing area. I've collected signature samples and I need to extract only signature part of the image and want to remove the white area. I consulted my guide, and he suggested that I count the number of pixels which are white from top to bottom, left to right, and then delete them. The first black pixel from where signature starts from all sides will be ur limit up until any pixel is white ll be deleted. I don't know how to proceed. plz help!!
1 Comment
Image Analyst
on 22 Jan 2013
I'm not sure I understand your proposed algorithm. Can you upload an image?
Answers (2)
Amith Kamath
on 29 Oct 2011
I would suggest something on the lines of http://www.fml.tuebingen.mpg.de/raetsch/suppl/shogun/MatlabExamples to really think of tackling the handwriting recognition/verification problem.
As a quick-fix for this particular problem, I would rather invert the image, look at smaller patches in the image, sum the pixel values in the patch, and if it's greater than a particular threshold, so that it shows that some non-black regions in that patch exist, then keep the region, else delete it using imcrop.
Hope this helps!
0 Comments
Luis Flores
on 22 Jan 2013
Edited: Luis Flores
on 22 Jan 2013
Hi:
Please find in the link below a project in spanish of an off-line signature verification system. This project extracts many features from the signature digital image including the area, entropy, the intersection and end points extracted from the skeleton, etc... I think you can find it useful. You need to request a copy of the source code...
1 Comment
Roberto Pepe
on 18 May 2020
Luis, sigues teniendo el codigo del proyecto de verificación de firmas ?
Ya no se encuentra en el link que esta aqui publicado
See Also
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!