From: BenoƮt Presles Date: Mon, 26 Nov 2012 12:15:41 +0000 (+0100) Subject: changed PostMultiply to PreMultiply in vvImageReader X-Git-Tag: v1.4.0~239^2~11 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b04714afee72ca680e1846a860345426ef6022ad;p=clitk.git changed PostMultiply to PreMultiply in vvImageReader --- diff --git a/common/vvImageReader.cxx b/common/vvImageReader.cxx index c795cd9..0f2634a 100644 --- a/common/vvImageReader.cxx +++ b/common/vvImageReader.cxx @@ -193,7 +193,7 @@ void vvImageReader::ReadMatImageTransform() } // TODO SR and BP: check on the list of transforms and not the first only - mImage->GetTransform()[0]->PostMultiply(); + mImage->GetTransform()[0]->PreMultiply(); mImage->GetTransform()[0]->Concatenate(matrix); mImage->GetTransform()[0]->Update(); }