#include <Segmentation.h>
Public Member Functions | |
void | perform (int ksearch) |
Set the number of k nearest neighbors to use for the normal estimation. More... | |
Segmentation (const Points::PointKernel &, std::list< std::vector< int > > &clusters) | |
Reen::Segmentation::Segmentation | ( | const Points::PointKernel & | , |
std::list< std::vector< int > > & | clusters | ||
) |
void Reen::Segmentation::perform | ( | int | ksearch | ) |
Set the number of k nearest neighbors to use for the normal estimation.
[in] | k | the number of k-nearest neighbors |