[ITK-users] PCA with ITK in Python

Robert scorpiuni at gmail.com
Mon Apr 4 11:26:11 EDT 2016


What is wrong with this approach?
As .wrap file, I wrote:




Robert wrote
> itk_wrap_class("itk::PCAShapeSignedDistanceFunction" POINTER) 
>   foreach(d ${ITK_WRAP_IMAGE_DIMS})
>    foreach(i ${ITK_WRAP_double})
>     foreach(t2 ${WRAP_ITK_REAL})
>      itk_wrap_template("${ITKM_D${t2}}${ITKM_UI${d}}${ITKM_I${i}${d}}"
> "${ITKT_D${t2}}, ${ITKT_UI${d}}, ${ITKT_I${i}${d}}")
>     endforeach()
>    endforeach()
>   endforeach()  
> itk_end_wrap_class()


It does not work, what is wrong here'?




--
View this message in context: http://itk-insight-users.2283740.n2.nabble.com/ITK-users-PCA-with-ITK-in-Python-tp7588682p7588696.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.


More information about the Insight-users mailing list