フィルターのクリア

How to define finer voxels and smoothen the surface of a 3D structure?

1 回表示 (過去 30 日間)
Zohreh Khazraei Manesh
Zohreh Khazraei Manesh 2016 年 5 月 23 日
回答済み: Pedro Galvez 2019 年 2 月 19 日
Hi!
I have a 3D matrix containing a structure:
I need to make the grid size finer and at the same time keep the surface smooth. For increasing the number of voxels I have tried interp3, and this is the result:
Now I need to smoothen the contour of the structure (remove the edges at the surface), or let's say to improve the resolution.
Have you any idea how to do it?
Thank you in advance for your help!

回答 (1 件)

Pedro Galvez
Pedro Galvez 2019 年 2 月 19 日
Hi,
You can try to implement a Radial Basis Function with a Thin Plate Spline in order to smoothen the edges.
This paper ( http://www.cs.jhu.edu/~misha/Fall05/Papers/carr01.pdf ) is applied to a 3D curface, but it can be also implemented to a 2D shape.
Regards,
Pedro

カテゴリ

Help Center および File ExchangeSmoothing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by