Info

此问题已关闭。 请重新打开它进行编辑或回答。

find nerest point B(x,y,z) on the outersurface of the head to A (x,y,z)

1 次查看(过去 30 天)
hi experts , i have a questions i asked before but still cant solve it and hope you can help me.
i succesfuly formed a 3d image of a head from a bunch of 2d slices. i have a point say A(x,y,z). this point could be within the head or outside the head surface in the zeros area. i wish to find the nearest point say(B(x,y,z))to A(x,y,z) on the surface of the brain.

回答(1 个)

Image Analyst
Image Analyst 2013-4-13
Can't you just have 3 for loops and get every distance and check? Otherwise you can try to set that point and set all the points in the head, and then call bwdist(), then scan that distance transform, but that might take more time than just doing it yourself directly with the Pythagorean theorem.
  8 个评论
zawaiter
zawaiter 2013-4-16
i dont have binary image but i think i can do it using your previouse help.but then the pixels that are part of the object will be both surface and within object voxels right? not only surface.
Image Analyst
Image Analyst 2013-4-16
Well threshold it or something. If you want to know how close some arbitrary point is to the surface, you obviously have to know what pixels are part of your object and what pixels are part of the background, or air.

Community Treasure Hunt

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

Start Hunting!

Translated by