![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Class grouping different variants of the algorithm Class using a dependency to Point Cloud Library. More...
#include <PCL_normEst.h>
Public Types | |
| enum | { MEAN = 0 , BEST = 1 , CLUSTER = 2 , POINTS = 100 , UNIF = 101 , CUBES = 102 , KNN = 200 , RADIUS = 201 } |
Public Member Functions | |
| PCL_Normal_Estimator (typename pcl::PointCloud< Point >::Ptr points, typename pcl::PointCloud< Normal >::Ptr normals) | |
| Constructor. More... | |
| int & | number_of_planes () |
| int | number_of_planes () const |
| int & | accum_slices () |
| int | accum_slices () const |
| int & | rotation_number () |
| int | rotation_number () const |
| int & | normal_selection_mode () |
| int | normal_selection_mode () const |
| float & | cluster_angle_rad () |
| float | cluster_angle_rad () const |
| int & | minimal_neighbor_number_for_range_search () |
| int | minimal_neighbor_number_for_range_search () const |
| float & | small_radius_fact () |
| float | small_radius_fact () const |
| int & | number_of_cubes () |
| int | number_of_cubes () const |
| pcl::PointCloud< Point >::Ptr & | point_cloud () |
| pcl::PointCloud< Point >::Ptr | point_cloud () const |
| pcl::PointCloud< Normal >::Ptr & | normal_cloud () |
| pcl::PointCloud< Normal >::Ptr | normal_cloud () const |
| void | estimate (int method=POINTS, int neighborhood_type=KNN, float neighborhood_size=200) |
Class grouping different variants of the algorithm Class using a dependency to Point Cloud Library.
Definition at line 66 of file PCL_normEst.h.
| anonymous enum |
Definition at line 68 of file PCL_normEst.h.
|
inline |
|
inline |
Definition at line 99 of file PCL_normEst.h.
|
inline |
Definition at line 100 of file PCL_normEst.h.
|
inline |
Definition at line 105 of file PCL_normEst.h.
|
inline |
Definition at line 106 of file PCL_normEst.h.
|
inline |
Definition at line 124 of file PCL_normEst.h.
References PCL_Normal_Estimator< Point, Normal >::CUBES, QtCompat::endl(), PCL_Normal_Estimator< Point, Normal >::KNN, PCL_Normal_Estimator< Point, Normal >::POINTS, PCL_Normal_Estimator< Point, Normal >::RADIUS, and PCL_Normal_Estimator< Point, Normal >::UNIF.
|
inline |
Definition at line 108 of file PCL_normEst.h.
|
inline |
Definition at line 111 of file PCL_normEst.h.
|
inline |
Definition at line 121 of file PCL_normEst.h.
|
inline |
Definition at line 122 of file PCL_normEst.h.
|
inline |
Definition at line 103 of file PCL_normEst.h.
|
inline |
Definition at line 104 of file PCL_normEst.h.
|
inline |
Definition at line 116 of file PCL_normEst.h.
|
inline |
Definition at line 117 of file PCL_normEst.h.
|
inline |
Definition at line 97 of file PCL_normEst.h.
|
inline |
Definition at line 98 of file PCL_normEst.h.
|
inline |
Definition at line 119 of file PCL_normEst.h.
|
inline |
Definition at line 120 of file PCL_normEst.h.
|
inline |
Definition at line 101 of file PCL_normEst.h.
|
inline |
Definition at line 102 of file PCL_normEst.h.
|
inline |
Definition at line 114 of file PCL_normEst.h.
|
inline |
Definition at line 115 of file PCL_normEst.h.