[Insight-users] ManagedITK using VB.NET
Tao Dai
uniquedai at gmail.com
Fri Jan 30 19:45:43 EST 2009
Hi, All:
In an example of ManagedITK (registration part)
==================================================
Here's codes written in VB.NET
Imports itk
Imports OptimizerType = itk.itkRegularStepGradientDescentOptimizer
...
...
' Create optimiser
Dim optimizer As OptimizerType = OptimizerType.[New]
'*optimizer.Iteration* += New
itkEventHandler(optimizer_Iteration)
The problem is : there's no member like "Iteration" under the "Optimizer".
I also checked in Object Browser, not only the
itkRegularStepGradientDescentOptimizer,
but also other optimizers, e.g., itkGradientDescentOptimizer, don't have
such a member "Iteration". Is this a version problem? I'm using the
pre-compiled assembly pack
"ManagedITK-bin-x86-3.10.0.1"<http://manageditk.googlecode.com/files/ManagedITK-bin-x86-3.10.0.1.zip>
Any comments?
Regards,
Tao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20090130/772d91ab/attachment.htm>
More information about the Insight-users
mailing list