![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Normal Estimator for point clouds. More...
#include <CGAL/Aff_transformation_3.h>#include <CGAL/Fuzzy_sphere.h>#include <CGAL/Kd_tree.h>#include <CGAL/Orthogonal_k_neighbor_search.h>#include <CGAL/Point_3.h>#include <CGAL/Search_traits_3.h>#include <CGAL/Simple_cartesian.h>#include <CGAL/Vector_3.h>#include <time.h>#include <iostream>#include <map>#include <vector>
Go to the source code of this file.
Classes | |
| class | CGAL_Normal_Estimator |
| Class grouping different variant of the algorithm. More... | |
| class | CGAL_Normal_Estimator::My_Triplet< T > |
| simple class for triplet of points More... | |
Normal Estimator for point clouds.
Normal estimator based on the publication from SGP2012 "Fast and Robust Normal Estimator for Point Clouds"
Definition in file CGAL_normEst.h.