MATLAB: Finding end points of lines in an image

image analysisimage processingmathematicsmatrix

I have all points of lines in an image. I want to find the end points of the lines, shown in image (circle marked)….

Best Answer

Use bwmorph('Endpoints')