Dear ITK users,<br><br>I need to register a 3D CT-volume with a 2D X-ray of an inner 100 microns thick slice of this volume.<br>First, I used itkSimilarity3DTransform to perform a 2D/3D registration but since my voxel size is about 8 microns, the registration is done between a 100 and a 8 micron thick slice resulting in inaccuracy of the registration.<br>
I can&#39;t use itkRigid3DPerspectiveTransform since I&#39;d just want a projection of an inner part of my 3D volume.<br>
Is there a way to add a filter (such as itkRayCastInterpolationFunction combined with itkRegionOfInterestImageFilter) after the transform in the registration process ?<br><br>To the record, I used for 2D/3D registration the following components :<br>

- itkMultiResolutionImageRegistrationMethod,<br>- itkSimilarity3DTransform,<br>- itkNormalizedCorrelatioonImageToImageMetric,<br>- itkLinearInterpolateFunction,<br>- itkRegularStepGradientDescentOptimizer,<br><br>Thanks,<br>

<br>Baptiste<br>