필터 지우기
필터 지우기

signature verification preprocessing problem

조회 수: 3 (최근 30일)
krupa
krupa 2011년 10월 28일
댓글: Roberto Pepe 2020년 5월 18일
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
Image Analyst 2013년 1월 22일
I'm not sure I understand your proposed algorithm. Can you upload an image?

댓글을 달려면 로그인하십시오.

답변 (2개)

Amith Kamath
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!

Luis Flores
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
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 CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by