How to interpolate 3D plane by a three-dimensional facenormal and random pointclouds?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!