signature verification preprocessing problem
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Image Analyst
2013 年 1 月 22 日
I'm not sure I understand your proposed algorithm. Can you upload an image?
回答 (2 件)
Amith Kamath
2011 年 10 月 29 日
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 件のコメント
Luis Flores
2013 年 1 月 22 日
編集済み: Luis Flores
2013 年 1 月 22 日
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 件のコメント
Roberto Pepe
2020 年 5 月 18 日
Luis, sigues teniendo el codigo del proyecto de verificación de firmas ?
Ya no se encuentra en el link que esta aqui publicado
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!