how to find curvature of edges of a fluorescent image?

2 views (last 30 days)
hi I have a fluorescent image like this:
and I want to use the function LineCurvature2D to find the curvature of the entire body.(see the function in http://www.mathworks.com/matlabcentral/fileexchange/32696-2d-line-curvature-and-normals). so firstly I need to detect the edges of the image and make it a 2D line and then extract the "vertices" and "lines" in .mat files as inputs of the function.
I also used the links below for my aim but they didn't work:
I'd be very appreciate if someone help me to achieve what I need.

Accepted Answer

Image Analyst
Image Analyst on 28 Jun 2014
I don't know why you culdn't get that code to work. But anyway, see the attached code, below the image.
  5 Comments
Image Analyst
Image Analyst on 29 Jun 2014
I got you the boundary points. I have not run that File Exchange program, so you're on your own for that, for adapting the boundary coordinates into that program.
mogh
mogh on 29 Jun 2014
Ok! thanks again for your help.
Best Regards,
mogh

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!