Loading...
Searching...
No Matches
17 extern CGV_API
void estimate_normal_ls(
unsigned nr_points,
const float* _points,
float* _normal,
float* _evals = 0,
float* _mean = 0,
float* _evecs = 0);
20 extern CGV_API
void estimate_normal_wls(
unsigned nr_points,
const float* _points,
const float* _weights,
float* _normal,
float* _evals = 0,
float* _mean = 0,
float* _evecs = 0);
23#include <cgv/config/lib_end.h>