Reen::RegionGrowing Class Reference
#include <RegionGrowing.h>
Public Member Functions | |
void | perform (const std::vector< Base::Vector3f > &normals) |
Pass the normals to the points given in the constructor. More... | |
void | perform (int ksearch) |
Set the number of k nearest neighbors to use for the normal estimation. More... | |
RegionGrowing (const Points::PointKernel &, std::list< std::vector< int > > &) | |
Constructor & Destructor Documentation
◆ RegionGrowing()
Reen::RegionGrowing::RegionGrowing | ( | const Points::PointKernel & | , |
std::list< std::vector< int > > & | |||
) |
Member Function Documentation
◆ perform() [1/2]
void Reen::RegionGrowing::perform | ( | const std::vector< Base::Vector3f > & | normals | ) |
Pass the normals to the points given in the constructor.
- Parameters
-
[in] normals the normals to the given points.
◆ perform() [2/2]
void Reen::RegionGrowing::perform | ( | int | ksearch | ) |
Set the number of k nearest neighbors to use for the normal estimation.
- Parameters
-
[in] k the number of k-nearest neighbors
The documentation for this class was generated from the following file:
- src/Mod/ReverseEngineering/App/RegionGrowing.h