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!