[ITK] PCA with ITK in Python

Matt McCormick matt.mccormick at kitware.com
Sat Apr 2 23:20:17 EDT 2016


Hi Robert,

Please review this patch [1], which adds wrapping for
ImagePCAShapeModelEstimator.

A wrapping guide can be found in the ITK Software Guide [2] and patch
contribution instruction on the Wiki [3].

Thanks,
Matt

[1] http://review.source.kitware.com/#/c/20968

[2] http://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch9.html#x50-1500009.5

[3] http://www.itk.org/Wiki/ITK/Git/Develop

On Sat, Apr 2, 2016 at 10:16 AM, Robert K <scorpiuni at gmail.com> wrote:
> Hi,
>
> I need to implement a PCA analysis with ITK in Python. After looking in the
> manuel, it seems easy enough.
> However, in Python, I can't find the function. It should be something like
>
> itk.ImagePCAShapeModelEstimator[ImageType, ImageType]
>
> Am I missing something here, or is the ITK lib in Python not complete (I'm
> using the normal itk, not the SimpleITK)
>
> It seems like it is not wrapped in Python at the moment, is there a way to
> do so,
>
> or has this been done by a community member here already who could help me
> out,
>
> or give me some hints/tricks/guidelines? The .wrap files are not too
> intuitive for me after a first look.
>
> Greetings,
>
> Robert
>
>
>
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/mailman/listinfo/community
>


More information about the Community mailing list