Functions
contrib/mul/mfpf/mfpf_norm_vec.h File Reference

Sets vec to have zero mean and unit length. More...

#include <vnl/vnl_vector.h>
#include <vcl_algorithm.h>

Go to the source code of this file.

Functions

void mfpf_norm_vec (vnl_vector< double > &vec, double var_min=1.0E-6, double *pvar=0)
 Sets vec to have zero mean and unit length.

Detailed Description

Sets vec to have zero mean and unit length.

Author:
Tim Cootes

Definition in file mfpf_norm_vec.h.


Function Documentation

void mfpf_norm_vec ( vnl_vector< double > &  vec,
double  var_min = 1.0E-6,
double *  pvar = 0 
) [inline]

Sets vec to have zero mean and unit length.

Definition at line 12 of file mfpf_norm_vec.h.