|
ImageAnalyst <imageanalyst@mailinator.com> wrote in message <4dfea1ae-a26f-4f84-a2cf-a598b341757f@f8g2000yqn.googlegroups.com>...
> Song:
> Just get better images with no shadows, then threshold, skeletonize to
> get length, get area, run along the length getting cross sectional
> diameters, and calculate volume. Since you're getting your Masters,
> it shouldn't be too tough.
>
> If you need an image segmentation demo you can look at mine:
> http://www.mathworks.com/matlabcentral/fileexchange/25157
>
> ImageAnalyst
First off, you definitely are going to want to try and get better images. This shouldn't be difficult.
I would follow IA's segmentation demo and instructions to learn how this stuff works, then do pretty much exactly what he says in the above instructions:
Once you have a skeleton you're happy with, look at this thread to measure length:
http://www.mathworks.com/matlabcentral/newsreader/view_thread/288187
I also hinted at how you would go about measuring cross sectional width as you traverse. Since your problem doesn't have branch points in should be easy.
%%%%%%
Ps. I just realized that all of these old threads which used drop.io will be invalid after Dec 15th. Arghhh.
|