[ITK-users] Geodesic Shape Guidance in Python

Matt McCormick matt.mccormick at kitware.com
Thu Apr 28 15:47:30 EDT 2016


Hi Robert,

The variable to target are

  ITKT_I${pixel_type}${dimension}

and

  ITKM_I${pixel_type}${dimension}

These are described in the current ITK Software Guide:

  http://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch9.html#x50-150000

HTH,
Matt

On Thu, Apr 28, 2016 at 1:48 AM, Robert <scorpiuni at gmail.com> wrote:
> Hi,
>
> I understand that I need to add another line so that the parameter "t" can
> be an Image as well.
>
>  ADD_PYTHON_CONFIG_TEMPLATE("vector" "std::vector" "vector${t}"
> "${ITKT_${t}}")
> ---> something like
> ADD_PYTHON_CONFIG_TEMPLATE("vector" "std::vector" "vectorContImages"
> "itk::Image< float, float >")
>
> However, I guess this would not work as I try to access the itk library, or
> could this already be the solution?
>
> How else can I tell the parameter "t" that it is an Image, I mean, what
> variable can I use to describe an itk Image in CMake?
>
>
>
> --
> View this message in context: http://itk-insight-users.2283740.n2.nabble.com/Geodesic-Shape-Guidance-in-Python-tp7588780p7588791.html
> Sent from the ITK Insight Users mailing list archive at Nabble.com.
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/insight-users


More information about the Insight-users mailing list