<div>Good Morning ITK Users,</div>
<div>&nbsp;</div>
<div>I have two black and white RGB images (.tif file format) and would like to register one to the other. The registration will require a translation, rotation and scale. </div>
<div>&nbsp;</div>
<div>1. I am looking at the ImageRegistration7 example that demonstrates the use of the CenteredSimilarity2DTransform. Would this be the most appropriate approach to use? </div>
<div>&nbsp;</div>
<div>2. Would the&nbsp;ImageRegistration9 example (the AffineTransform) also be a possible approach? Could you give a simple explanation of the difference between the two?</div>
<div>&nbsp;</div>
<div>3. This example uses PixelType float when defining the images.&nbsp; Would I need to cast my images to pixel type float first? Or perhaps use the ImageAdaptor? Alternatively I could obtain my images in 8-bit or 16-bit grey scale .tif format and imput those images into the optimizer. Would this be a better approach?</div>

<div>&nbsp;</div>
<div>Thank you for any help you can provide. I am new to medical imaging and can use as much specific information as you can give.</div>
<div>&nbsp;</div>
<div>Maureen</div>