Feature point extraction for palmline

조회 수: 1 (최근 30일)
Promila
Promila 2011년 10월 10일
Hie i m confused in an algorithm of palm line matching.below i m writing the step that i have to do.please, try to briefly explain this step and suggest any way to implement this .
input :- I have the location of feature point and the input image of palm line
step- for each feature point,the orientation of its corresponding palm line is computed as the direction of the line segment of length 8 which has the maximum average contrast(absolute difference value)to its immediate surrounding(parallel segments placed 2 pixels above and below the given segment)
Thanks in advance.
  댓글 수: 1
Image Analyst
Image Analyst 2011년 10월 10일
What if the line is vertical? How can you inspect the pixels 2 above and below that line?

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

채택된 답변

Image Analyst
Image Analyst 2011년 10월 10일
Try using improfile(). Call it three times for center, and 2 pixels away and parallel to the center line. Then rotate it through several angles to find the best.
  댓글 수: 2
Promila
Promila 2011년 11월 2일
hey ..improfile only work for grey level and RGB images but i have a binary image.so, what can i do for this?
Walter Roberson
Walter Roberson 2011년 11월 2일
double() applied to the binary image will give you a gray level image. If, that is, your binary image is of data type logical: if it is already in a numeric data type then it is already a grey-level image.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Triangulation Representation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by