How to find bifurcation and termination points in fingerprint?
2 ビュー (過去 30 日間)
古いコメントを表示
I want to find total no. of termination and bifurcation points on an fingerprint image which is filtered properly.
2 件のコメント
KALYAN ACHARJYA
2019 年 7 月 3 日
Please provide the details maths to find total no. of termination and bifurcation points.
so that we can help you to implement in Matlab.
採用された回答
Image Analyst
2019 年 7 月 4 日
Skeletonize your binary image with bwmorph('skel') then use bwmorph('endpoints') and bwmorph('branchpoints') to find the end points and branch points (bifurcations).
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!