#include "PointMatcher.h"
Go to the source code of this file.
Classes | |
struct | SamplingSurfaceNormalDataPointsFilter< T >::BuildData |
struct | SamplingSurfaceNormalDataPointsFilter< T >::CompareDim |
struct | SamplingSurfaceNormalDataPointsFilter< T > |
Sampling surface normals. First decimate the space until there is at most knn points, then find the center of mass and use the points to estimate nromal using eigen-decomposition. More... | |