3d - Registrationalignment of two medical data STL files in Matlab - Stack Overflow

I have two STL files of medical data.The Medical Registration Estimator app does not accept this forma

I have two STL files of medical data.

The Medical Registration Estimator app does not accept this format.

How can I do registration of this two surfaces?

Thanks!

I tried using the registration estimator after saving the triplot images of the stl files.

I tried ICP but the clouds are visualy not registered, far from each other:

%Align Two Point Clouds Using Plane-to-Plane ICP Registration

%reference
reference_data = stlread('ref.stl');
reference_points = reference_data.Points;
ptCloud = pointCloud(reference_points(:,:,:));
pcshow(ptCloud)


%moving
moving_data = stlread('moving.stl');
moving_data_points = moving_data.Points;
moving_ptCloud = pointCloud(moving_data_points(:,:,:));
pcshow(moving_ptCloud)

%Register two point clouds
tform = pcregistericp(moving_ptCloud,reference_ptCloud);

figure
pcshowpair(moving_ptCloud,reference_ptCloud,VerticalAxis="Y",VerticalAxisDir="Down")`

How can I improve it?

Thanks!

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744855865a4597399.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信