フィルターのクリア

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

1 回表示 (過去 30 日間)
LIN Hongbin
LIN Hongbin 2015 年 12 月 16 日
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 Center および File ExchangePoint Cloud Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by