#include <stdio.h>
#include <iostream>
#include <fstream>
#include "core.h"
#include "cloud.h"
Go to the source code of this file.
|
| | FEVV |
| | Interfaces for plugins These interfaces will be used for different plugins.
|
| |
| | FEVV::Filters |
| |
|
| template<typename PointCloud , typename PointMap , typename NormalMap , typename GeometryTraits = FEVV::Geometry_traits< PointCloud >> |
| void | FEVV::Filters::compute_weighted_pca (const PointCloud &pointCloud, const PointMap &pointMap, NormalMap &normalMap, int n_neight, float noise, float curvature, const GeometryTraits >) |
| |
| template<typename PointCloud , typename PointMap , typename NormalMap , typename GeometryTraits = FEVV::Geometry_traits< PointCloud >> |
| void | FEVV::Filters::compute_weighted_pca (const PointCloud &pointCloud, const PointMap &pointMap, NormalMap &normalMap, int n_neight, float noise, float curvature) |
| |