<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1505" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=692375516-09072005><FONT face=Arial size=2>Hallo to 
everyone,</FONT></SPAN></DIV>
<DIV><SPAN class=692375516-09072005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=692375516-09072005><FONT face=Arial size=2>i am new to ITK, so 
please forgive me for the simple question.</FONT></SPAN></DIV>
<DIV><SPAN class=692375516-09072005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=692375516-09072005><FONT face=Arial size=2>I want to implement 
a maximum likelihood classifier. The feature vector is 5-dimensional, which 
means that i have 5 values for&nbsp;a single pixel (image classification). 
Although i have read the examples (ExpectationMaximization<FONT face=Courier 
size=2>MixtureModelEstimator)</FONT> with the&nbsp;two 1D Gaussians, i haven't 
been able to feed the classifier in the correct way. What's the right way to 
represent the input data? How are the measurement vectors suppose to be filled? 
What i actually need is the correct way to change the following lines (acquired 
from ITK example), in order to obtain a classification on a 5x18432 (features X 
#pixels) input matrix.</FONT></SPAN></DIV>
<DIV><SPAN class=692375516-09072005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=692375516-09072005><FONT face=Arial size=2>&nbsp; typedef 
itk::Vector&lt; double, 1 &gt; MeasurementVectorType;<BR>&nbsp; typedef 
itk::Statistics::ListSample&lt; MeasurementVectorType &gt; SampleType;<BR>&nbsp; 
SampleType::Pointer sample = SampleType::New();</FONT></SPAN></DIV>
<DIV><SPAN class=692375516-09072005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=692375516-09072005><FONT face=Arial size=2>Thanks in 
advance,</FONT></SPAN></DIV>
<DIV><SPAN class=692375516-09072005><FONT face=Arial size=2>Kostas</DIV>
<DIV><BR></DIV></FONT></SPAN></BODY></HTML>