[Insight-users] Help with Wrapping to python
Bruno Cassaro
bcdalava at cenpra.gov.br
Thu Nov 18 15:24:52 EST 2004
I'm trying to wrap OtsuMultipleThresholdCalculator to python . But when specifying the instantiation i don't know what is the type of the variable TinputHistogram (itk::OtsuMultipleThresholdsCalculator< TInputHistogram >).
My code of wrap_itkOutsuMultipleThresholdCalculator.cxx
#include "itkOtsuMultipleThresholdCalculator.h"
#ifdef CABLE_CONFIGURATION
#include "itkCSwigMacros.h"
namespace _cable_
{
const char* const group =ITK_WRAP_GROUP(itkOtsuMultipleThresholdCalculator);
namespace wrappers
{
... Instantitation go here ... WHAT DO I PUT HERE ???
}
}
#endif
Can anyone help me with this problem ?!?!?
Thanks
Bruno Cassaro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20041118/8b33aad1/attachment.htm
More information about the Insight-users
mailing list