Mean.h File Reference
#include <GfxTL/WeightFunc.h>
#include <GfxTL/Covariance.h>
#include <GfxTL/MatrixXX.h>
#include <GfxTL/VectorXD.h>
#include <GfxTL/Jacobi.h>
#include <GfxTL/MathHelper.h>
+ Include dependency graph for Mean.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 GfxTL
 

Functions

template<class PointT , class PointsForwardIt >
void Mean (PointsForwardIt begin, PointsForwardIt end, PointT *mean)
 
template<class PointT , class PointsForwardIt , class WeightsForwardIt >
void Mean (PointsForwardIt begin, PointsForwardIt end, WeightsForwardIt weights, PointT *mean)
 
template<class PointsForwardIt , class WeightsForwardIt , class ScalarT >
void Mean (PointsForwardIt begin, PointsForwardIt end, WeightsForwardIt weights, VectorXD< 3, ScalarT > *mean)
 
template<class NormalsItT , class MeanT >
bool MeanOfNormals (NormalsItT begin, NormalsItT end, MeanT *mean)
 
template<class NormalsItT , class WeightsItT , class MeanT >
bool MeanOfNormals (NormalsItT begin, NormalsItT end, WeightsItT weights, MeanT *mean)