<div dir="ltr">Hi,<br><br>I need to implement a PCA analysis with ITK in Python. After looking in the manuel, it seems easy enough.<br>However, in Python, I can't find the function. It should be something like<br><pre style="" class=""><code><span class="">itk</span><span class="">.</span><span class="">ImagePCAShapeModelEstimator</span><span class="">[</span><span class="">ImageType</span><span class="">,</span><span class=""> </span><span class="">ImageType</span><span class="">]<br><br></span></code><span style="font-family:arial,helvetica,sans-serif">Am I missing something here, or is the ITK lib in Python not complete (I'm using the normal itk, not the SimpleITK)<br><br></span></pre><pre style="" class=""><span style="font-family:arial,helvetica,sans-serif">It seems like it is not wrapped in Python at the moment, is there a way to do so,<br></span></pre><pre style="" class=""><span style="font-family:arial,helvetica,sans-serif">or has this been done by a community member here already who could help me out,<br></span></pre><pre style="" class=""><span style="font-family:arial,helvetica,sans-serif">or give me some hints/tricks/guidelines? The .wrap files are not too intuitive for me after a first look.<br><br></span></pre><pre style="" class=""><span style="font-family:arial,helvetica,sans-serif">Greetings,<br></span></pre><pre style="" class=""><span style="font-family:arial,helvetica,sans-serif">Robert</span><br></pre><br></div>