Hi,
I am registering CT perfusion maps with the MRI DWI sequence using elastix module. Is there a way to check the quality of the registration other than visual assessment?
Thanks in advance
lassoan
(Andras Lasso)
July 5, 2019, 4:48pm
2
These posts should help:
Saving should be no problem, but maybe if it’s a color image there may be issues. Could you try if saving works if you convert the image to scalar (grayscale) volume (using Vector to scalar volume module)?
Mutual information minimizes the entropy of the joint histogram. You can find the final value in the application log (the metric value should decrease in each iteration), but it’s not a metric of registration quality.
Registration is typically assessed using spatial error metrics. If you h…
You only need to do segmentation if you want to get quantitative results using Hausdorff or Dice metrics.
It is also useful to do a very simple, threshold-based segmentation if you want to compare two images in a slice view, as it is difficult to see misalignment on two images that are blended together (especially when you want to see small differences), while misalignment is very clearly visible if you overlay extracted contours on an image.
Example 1: perfectly aligned images (left: blending…
If you have any specific questions then let us know.