How to interpolate 3D plane by a three-dimensional facenormal and random pointclouds?

1 次查看(过去 30 天)
ptCloud = pointCloud(3*rand(1000,3,'single')); %create 1000 random points in a 1x1x1 box Vertex=[0,0,0]; %vertex coordinate Fn=[1,1,1] %Fn means a specified face normal Now I want to interpolate a plane which satisfies two conditions: 1.Its face-normal must be the same as Fn ; 2.The interpolated plane contains the largest number of the random pointclouds; What should I do?Thank you!

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Point Cloud Processing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by