MEPP2 Project
Namespaces | Functions
point_cloud_normal_wpca.hpp File Reference
#include <stdio.h>
#include <iostream>
#include <fstream>
#include "core.h"
#include "cloud.h"
Include dependency graph for point_cloud_normal_wpca.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 FEVV
 Interfaces for plugins These interfaces will be used for different plugins.
 
 FEVV::Filters
 

Functions

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 &gt)
 
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)