Edge Detection Along Blood Vessel in Matlab -
i trying specify line across blood vessel in image, , have matlab specify edges of vessel (which contained within line). next part comparing changes in distance between these edges on time (so across 1000x more images).
i have tried following code started:
i = imread('obj1.tif'); imshow(i,[]); improfile
and looking @ available methods detect edges intensity along line gets plotted (tangents, maxima/minima etc) not convinced best method. looked other tools on matlab such canny method, sobel etc, examples of these show how detect edges throughout entire image. coding skills not sufficient have algorithms specified along single line of users choosing. methods have looked @ on pubmed seem more complicated perhaps need.
does have ideas or suggestions point at?
thank you
Comments
Post a Comment