[Insight-users] metric->SetUseNormalization(true);

motes motes mort.motes at gmail.com
Fri Dec 11 06:55:54 EST 2009


I use the metric:

template < class TFixedImage, class TMovingImage >
class AdvancedMeanSquaresImageToImageMetric :
    public AdvancedImageToImageMetric< TFixedImage, TMovingImage>
{
public:


from the elastix library. Its possible to set

    metric->SetUseNormalization(true);


But when my registration process I typically get metric values from:
1.12079 to 0.32345. Should the range not be strictly in the range
[0;1] since I have choosen to normalize the values?


More information about the Insight-users mailing list