<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<big>Hi all,<br>
<br>
I had a look at the multiresolution example of BSpline - registration
(example 6)<br>
and noticed, that using BSpline in this way doesn't conform to the
multiresolution<br>
registration framework (especially, it uses two transform objects and
itkImageRegistrationMethod <br>
instead of using itkMultiResolutionImageRegistrationMethod).<big><br>
</big>My question is now: <br>
Is there a way to integrate this transform in the multiresolution
framework to use it like any other transform,<br>
or do I have to change my code to deal with different registration
schemes???<br>
My goal is a class, which uses the multiresolution framework and
provides several metrics, optimizers,<br>
transforms and interpolators in a unified way.<br>
<br>
Regards,<br>
Markus<br>
</big>
</body>
</html>