how to get the distance between two tooth after doing the segmentation?

3 views (last 30 days)
this is the image of my research. first,. i want to segment the images first. then, i want to find the distance between the two tooth that is the red line. can you help me to create the coding?

Accepted Answer

Image Analyst
Image Analyst on 2 Oct 2013
Use imdistline(). I'm not going to attempt to do it automatically because whatever algorithm I develop might work on that image but then you'll come along with a different x-ray with totally different looking teeth and it won't work on that. Plus you never said where along that black region is the red line supposed to be. Why there? Why not 50 pixels higher, or 30 pixels lower? I have no idea. Plus the boundaries are not sharp so there is a lot of slop in where you might start and stop the line. Therefore, manually specifying it with imdistline(), using your expert knowledge, is the way to go.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!