code to extract region of interest(ROI) from central palmprint image with size 128x128?
4 ビュー (過去 30 日間)
古いコメントを表示
[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.
many thanks advanced for help
2 件のコメント
Irehu OGBONNA
2014 年 3 月 25 日
Dear All,
Can anyone please assist with the solution to the post above.
Thanks for any help.
zhe liu
2018 年 2 月 2 日
Help me: Step 2. Obtain the boundaries of the gaps, (Fx; Fy) how can I obtain these from the binary image and boundary?
回答 (2 件)
Promila
2011 年 9 月 29 日
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?
0 件のコメント
zhe liu
2018 年 2 月 2 日
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
1 件のコメント
Image Analyst
2018 年 2 月 2 日
Please attach your image and code and start a new question of your own.
参考
カテゴリ
Help Center および File Exchange で Image Filtering and Enhancement についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!