资源简介

Matlab 三维点云三角化 不是平面域的三角化 是三维点云三角化 亲身测试绝对可用!

资源截图

代码片段和文件信息

%% MyCrust
%
%Simple surface recostruction program based on Crust algorithm
%Given a set of 3D points returns a triangulated tight surface.
%
%The more points there are the best the surface will be fitted
%although you will have to wait more. For very large models an 
%help memory errors may occurs.
%It is important even the point distribution generally uniformly 
% distributed points with denser zones in high curvature features
% give the best results.

% Remember  crust algorithom needs a cloud representing a volume 
% so open surface may give inaccurate results. 
%  
%  
% If any problems occurs in execution or if you found a bug
% have a suggestion or question just contact me at:  
%   
% giaccariluigi@msn.com

%
%
%
%Here is a simple example:
%
%load 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-02-27 17:12  Triangle of Point Cloud\
     目录           0  2009-03-28 18:54  Triangle of Point Cloud\Matlab点云三角化\
     文件       45713  2008-11-20 18:01  Triangle of Point Cloud\Matlab点云三角化\Block.mat
     文件      236278  2008-11-20 18:20  Triangle of Point Cloud\Matlab点云三角化\Bunny.bmp
     文件       27357  2008-11-20 18:14  Triangle of Point Cloud\Matlab点云三角化\Cactus.mat
     文件     1100582  2008-11-20 18:13  Triangle of Point Cloud\Matlab点云三角化\Chair.mat
     文件      527477  2008-11-20 18:02  Triangle of Point Cloud\Matlab点云三角化\Dino.mat
     文件      550432  2008-11-20 18:05  Triangle of Point Cloud\Matlab点云三角化\Elephant.mat
     文件      290952  2008-07-01 20:24  Triangle of Point Cloud\Matlab点云三角化\gargo50k.mat
     文件      188902  2008-06-28 16:52  Triangle of Point Cloud\Matlab点云三角化\hippo.mat
     文件      985815  2008-11-20 18:13  Triangle of Point Cloud\Matlab点云三角化\Horse.mat
     文件       11469  2008-11-20 17:53  Triangle of Point Cloud\Matlab点云三角化\MyCrust.asv
     文件       12126  2008-12-01 22:41  Triangle of Point Cloud\Matlab点云三角化\MyCrust.m
     文件      306544  2008-11-20 18:11  Triangle of Point Cloud\Matlab点云三角化\Skull.mat
     文件      804127  2008-11-20 18:10  Triangle of Point Cloud\Matlab点云三角化\Standford_Bunny.mat
     文件         797  2009-03-28 17:45  Triangle of Point Cloud\Matlab点云三角化\TestMyCrust.asv
     文件         787  2009-03-28 18:24  Triangle of Point Cloud\Matlab点云三角化\TestMyCrust.m
     文件         109  2009-03-28 18:56  Triangle of Point Cloud\Matlab点云三角化\如何運行.txt

评论

共有 条评论