Hi, All:<br><br>In an example of ManagedITK (registration part)<br><br>==================================================<br><br>Here'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);">' Create optimiser</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);"> 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);"> '<b>optimizer.Iteration</b> += New itkEventHandler(optimizer_Iteration)</span><br><br>The problem is : there's no member like "Iteration" under the "Optimizer". 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't have such a member "Iteration". Is this a version problem? I'm using the pre-compiled assembly pack "</span></span><a href="http://manageditk.googlecode.com/files/ManagedITK-bin-x86-3.10.0.1.zip">ManagedITK-bin-x86-3.10.0.1"</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>