matlab program to find triple and end points

2 ビュー (過去 30 日間)
Jlavanya 815
Jlavanya 815 2015 年 9 月 4 日
回答済み: Vidhi Agarwal 2024 年 9 月 20 日
iam new to matlab. i need to find triple and end points to skeleton image .pls help to me sir.my skeleton images is

回答 (1 件)

Vidhi Agarwal
Vidhi Agarwal 2024 年 9 月 20 日
To find the end points and branch points in a skeletonize image, try using “bwmorph” function of MATLAB, with “endpoints” and “branchpoints” as options respectively.
The output for the given image will look like:
To understand the usage of the function, refer to the following documentation:
Hope that helps!

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by