[ITK] [ITK-users] Geodesic Shape Guidance in Python

Robert scorpiuni at gmail.com
Thu Apr 28 01:48:56 EDT 2016


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 Community mailing list