In the itkSoftwareGuide page 376 the registration process is started using the registration-&gt;StartRegistration() call.<br><br>But actually it says before the code snippet that its started using the update() function.<br>
<br>have used the update() function before and was wondering why in this example StartRegistration() is used. And what are the difference?<br>