当前位置:网站首页>Summary of point cloud reconstruction methods I (pcl-cgal)

Summary of point cloud reconstruction methods I (pcl-cgal)

2022-07-01 15:17:00 Minor repair hook


One 、 Preface

A few days ago, I took time to PCL neutralization CGAL Common in Reconstruction methods All ran , Today, I would like to make a summary here .

One 、 The main method :

PCLCGAL
Concave bag Advancing Front
convex hull Scale Space
Poisson Poisson
greedy

Two 、 data :

With bunny Take the data , Show the reconstruction effect
 Insert picture description here


Two 、 Effect display

2.1 PCL To realize

1、 Convex hull reconstruction

The convex hull principle and effect are the most intuitive , as follows :

 Insert picture description here

2、 Concave reconstruction

Among them, the effect of concave reconstruction is similar to Alpha of ,Alpha According to Point cloud resolution Adjustment , Here's a different picture Alpha Value to rebuild the effect .

Alpha=0.5
 Insert picture description here

Alpha=1.5
 Insert picture description here
Alpha=5
 Insert picture description here

Alpha=15
 Insert picture description here

3、 Greedy reconstruction

The effect of greedy reconstruction is as follows :

 Insert picture description here

4、 Poisson reconstruction

The Poisson reconstruction effect is as follows , The parameter setting needs to be considered .

 Insert picture description here

2.2 CGAL To realize

1、 CGAL The reconstruction process is as follows

 Insert picture description here
2、 CGAL Medium reconstruction effect

1、CGAL The Poisson reconstruction effect is as follows .

 Insert picture description here

2、CGAL in Advancing Front The reconstruction effect of the method is as follows .

 Insert picture description here

3、CGAL in Scale Space The reconstruction effect of the method is as follows .

 Insert picture description here


3、 ... and 、 follow-up

The code will be released later , Or integrated into 《QT+PCL》 in .

原网站

版权声明
本文为[Minor repair hook]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/182/202207011503502699.html