Good evening,
after i ran this program, and selected these three points from the image, how do i connect them? As seen in image.
imshow (I)
uiwait(msgbox('Idenitfy three points on the leaflets that indicate the begining of a leaflet, a point where the leaflets meet and the end of the other leaflet. Press Enter when finished.'));
mousePointCoords = ginput;
plot(mousePointCoords(:,1), mousePointCoords(:,2),'b.','MarkerSize',8);