Hi, All:<br><br>In an example of ManagedITK (registration part)<br><br>==================================================<br><br>Here&#39;s codes written in <a href="http://VB.NET">VB.NET</a><br><span style="color: rgb(255, 0, 0);">Imports itk</span><br>
<br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">Imports OptimizerType = itk.itkRegularStepGradientDescentOptimizer</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">...</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">...</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">&#39; Create optimiser</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim optimizer As OptimizerType = OptimizerType.[New]</span><br style="color: rgb(255, 0, 0);">
<br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#39;<b>optimizer.Iteration</b> += New itkEventHandler(optimizer_Iteration)</span><br><br>The problem is :&nbsp; there&#39;s no member like &quot;Iteration&quot; under the &quot;Optimizer&quot;.&nbsp; I also checked in Object Browser, not only the <span style="color: rgb(255, 0, 0);">itkRegularStepGradientDescentOptimizer, <span style="color: rgb(0, 0, 0);">but also other optimizers, e.g., </span></span><span style="color: rgb(255, 0, 0);">itkGradientDescentOptimizer</span><span style="color: rgb(255, 0, 0);"><span style="color: rgb(0, 0, 0);"></span>, <span style="color: rgb(0, 0, 0);">don&#39;t have such a member &quot;Iteration&quot;. Is this a version problem?&nbsp; I&#39;m using the pre-compiled assembly pack &quot;</span></span><a href="http://manageditk.googlecode.com/files/ManagedITK-bin-x86-3.10.0.1.zip">ManagedITK-bin-x86-3.10.0.1&quot;</a><br>
<br>Any comments?<br><br>Regards,<br><br>Tao<span style="color: rgb(255, 0, 0);"><span style="color: rgb(0, 0, 0);"></span><br></span>