필터 지우기
필터 지우기

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