Based on some of the examples from the itkSoftwareguide I have implemented a BSplineDeformable registration application. I deform the 3D brain scans :<br><br><a href="http://public.kitware.com/pub/itk/Data/BrainWeb/BrainPart1.tgz" target="_blank">http://public.kitware.com/pub/itk/Data/BrainWeb/BrainPart1.tgz</a><br>
<br>and use those as the moving image input to the registration method. One way to measure the quality of the registration is to compute the difference images. But are there some more strict way to compute a measure and then compare that measure with another implementation of the BSplineDeformable registration application?<br>
<br>I have read that some use intersections of the overlap but any other ideas or examples are most welcome!<br>