code to extract region of interest(ROI) from central palmprint image with size 128x128?

2 views (last 30 days)
[EDIT: Thu May 12 23:05:50 UTC 2011 Duplicate Removed - MKF]
hi all
how can i extract region of interest(ROI) from central palmprint image with size 128x128 by follow these steps:
Step 1. Apply a lowpass filter, such as Gaussian smoothing, to the original image, A threshold, Tp, is used to convert the convolved image to a binary image,
Step 2. Obtain the boundaries of the gaps, (Fx; Fy), between the fingers using a boundary tracking algorithm (see Fig. c).
Step 3. Compute the tangent of the two gaps. Let (x1; y1) and (x2; y2) be any points on (F1x; F1y) and (F2x; F2y), respectively. If the line passing though these two points satisfies the inequality, (Fiyj >= mFixj +c) for all i and j (see Fig. d), then the line (y = mx + c) is considered to be the tangent of the two gaps.
Step 4. Line up (x1; y1) and (x2; y2) to get the Y-axis of the palmprint coordinate system, and use a line passing through the midpoint of these two points, which is perpendicular to the Y-axis, to determine the origin of the coordinate system.
Step 5. Extract a subimage of a fixed size 128x128.
these steps are avalible in this tutorial
many thanks advanced for help
  2 Comments
Irehu OGBONNA
Irehu OGBONNA on 25 Mar 2014
Dear All,
Can anyone please assist with the solution to the post above.
Thanks for any help.
zhe liu
zhe liu on 2 Feb 2018
Help me: Step 2. Obtain the boundaries of the gaps, (Fx; Fy) how can I obtain these from the binary image and boundary?

Sign in to comment.

Answers (2)

Promila
Promila on 29 Sep 2011
do you implement these steps ? i m also trying to extract the ROI of palm image but i m able to do that .is there any other regarding this problem?

zhe liu
zhe liu on 2 Feb 2018
Help me: Step 2. Obtain the boundaries of the gaps, (Fx; Fy)
how can I obtain these from the binary image and boundary? Are there any algorithm for this

Categories

Find more on Read, Write, and Modify Image in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!