Plotting the edge of a beam from prewitt or other method
Show older comments
Hi guys, wondering if you could all help me at all. I have a picture of a beam which I would like to plot the edge of the line of. The picture is below:
I have tried to convert it to canny method to see if it could be easier at all, I had to interpolate the image to get more pixels for a good edge detection. Prewitt method seems to works and give me this:
But I cannot seem to find a way to plot the edge of this beam. I have tried:
x=[150 330];
y=[1438 1438];
improfile(ROI,x,y)
To try and get an edge for white intensity but because I have interpolated the image, the results are not very good. Any help is much appreciated, Thanks - Graham
1 Comment
Graham Boag
on 8 Mar 2011
Answers (0)
Categories
Find more on Object Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!