#include <ReferenceVector.hh>
Inheritance diagram for Ref_Vector:
Public Methods | |
Ref_Vector (Image< PIXEL > *data_point, int nb_init) | |
Constructor : points to the image and initializes a Gaussian mixture. | |
void | AddRefVectors (int nb_init) |
method to add other components in the mixture if initialisation has failed. | |
Public Attributes | |
int | nb_ref |
Number of component. | |
Private Methods | |
void | Initialise (Image< PIXEL > *data_point, int nb_init) |
method to initialise component in the mixture according to the data stdev and mean. |
Definition at line 51 of file ReferenceVector.hh.