当前位置:网站首页>Plane merging (matlab)

Plane merging (matlab)

2022-06-13 08:05:00 dayuhaitang_ galaxy

One 、 brief introduction

in the light of RANSAC The plane extracted by the algorithm , Using the normal vector between patches and Euclidean distance discrimination to optimize the segmentation results .

Two 、 Implementation code

MergePlaneV1.m

clc
clear
close all

% Get point cloud data 
[fileName,pathName]=uigetfile('*.pcd','Input Data-File');   
原网站

版权声明
本文为[dayuhaitang_ galaxy]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/164/202206130802164608.html