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

4 visualizaciones (últimos 30 días)
[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 comentarios
Irehu OGBONNA
Irehu OGBONNA el 25 de Mzo. de 2014
Dear All,
Can anyone please assist with the solution to the post above.
Thanks for any help.
zhe liu
zhe liu el 2 de Feb. de 2018
Help me: Step 2. Obtain the boundaries of the gaps, (Fx; Fy) how can I obtain these from the binary image and boundary?

Iniciar sesión para comentar.

Respuestas (2)

Promila
Promila el 29 de Sept. de 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 el 2 de Feb. de 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

Categorías

Más información sobre Image Filtering and Enhancement en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by