Find the distance between the longest endpoints of a skeleton
5 次查看(过去 30 天)
显示 更早的评论
How to find the distance between the longest endpoints of a skeleton?
LengthBr = bwmorph(finalBinaryImage,'skel',Inf);
endImg = bwmorph(LengthBr, 'endpoints');
figure;imshow(LengthBr );
hold on; plot(endPts(:,2),endPts(:,1),'*');
hold off;
0 个评论
回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!