Generate 3-D object
3 次查看(过去 30 天)
显示 更早的评论
Hello every one,
I have the CT scan images of a object, how could I generate this object in Matlab?
I have tried the patch function, but I failed. My method is: First, I detect contours, and then I get the points belonging to this contour. I use these points as the vertices for "patch" functions. Next, for each vertices, I find 2 nearest vertices, one in the same layer and one in the next layer to create a faces for the "patch" functions. But the result is bad.
Could anyone know how to do it? Thank you very much and sorry for my bad english!
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Polygons 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!