[Insight-users] GaussianMixtureModelComponent set parameters when the measurments vector has dimension>1
Baoyun Li
baoyun_li123 at yahoo.com
Wed Mar 11 12:16:08 EDT 2009
Dear All:
Can somebody have experience to SetParameters for GaussianMixtureModelComponent class?
ITK statistic example is for one dimension MesuremenVector, thus
typedef itk::Array< double > ParametersType;
ParametersType params( 2 );
params(2) containing mean and variation are enough.
Now my measurement vection is 3x1.
so the mean is 3x1, and the covariance matrix should be 3x3.
How should I give this intial parameters in this case? Only mean value for each component ok? (I tried only give means, at least, the program can be build).
Can somebody teach me?
Thanks
Baoyun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20090311/6563c304/attachment.htm>
More information about the Insight-users
mailing list