<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<P>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
>).</P>
<P><B>My code of wrap_itkOutsuMultipleThresholdCalculator.cxx</P></B>
<P> </P>
<P> </P>
<P>#include "itkOtsuMultipleThresholdCalculator.h"</P>
<P>#ifdef CABLE_CONFIGURATION </P>
<P>#include "itkCSwigMacros.h"</P>
<P>namespace _cable_</P>
<P>{ </P>
<P>const char* const group
=ITK_WRAP_GROUP(itkOtsuMultipleThresholdCalculator);</P>
<P>namespace wrappers</P>
<P>{ </P>
<P>... Instantitation go here ... <B>WHAT DO I PUT HERE ???</P></B>
<P>} </P>
<P>} </P>
<P>#endif </P>
<P>Can anyone help me with this problem ?!?!?</P>
<P>Thanks </P>
<P>Bruno Cassaro</P></FONT></DIV></BODY></HTML>