MATLAB: I have an skeleton image i want to find the mid point in between the branch point and end point

digital image processingImage Processing Toolboxpathpattern recognition

help me to find mid point in between two points or nodes

Best Answer

You should try bwdistgeodesic(). See Steve's blog.
Related Question