signature verification preprocessing problem
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Image Analyst
el 22 de En. de 2013
I'm not sure I understand your proposed algorithm. Can you upload an image?
Respuestas (2)
Amith Kamath
el 29 de Oct. de 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 comentarios
Luis Flores
el 22 de En. de 2013
Editada: Luis Flores
el 22 de En. de 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 comentario
Roberto Pepe
el 18 de Mayo de 2020
Luis, sigues teniendo el codigo del proyecto de verificación de firmas ?
Ya no se encuentra en el link que esta aqui publicado
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!