I have a set of 3D points specifying points on a surface of an object. From these points, i need to construct a 3D logical mask. How can I solve this with matlab? Hope to get some insights.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If speed is important, I suppose there is a faster solution. |
|||
|
|
If you have the "Curve Fitting Toolbox" you could fit a surface formula to the data. And if you now the exact type (like a ball, cone, ...) you can define that as formular to fit to. Maybe you can provide some example data. |
|||
|
|