[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.


More information about the Insight-users mailing list