From: Simon Rit Date: Mon, 13 Aug 2012 13:12:24 +0000 (+0200) Subject: Added doc on transforms X-Git-Tag: v1.4.0~281^2~19 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=0cfcae214d5c3c6a4e562971fd20fe7ec7c61c7a;hp=-c;p=clitk.git Added doc on transforms --- 0cfcae214d5c3c6a4e562971fd20fe7ec7c61c7a diff --git a/vv/vvSlicer.h b/vv/vvSlicer.h index 44e1a2c..0a0bcca 100644 --- a/vv/vvSlicer.h +++ b/vv/vvSlicer.h @@ -207,6 +207,16 @@ protected: vvLandmarks* mLandmarks; + // __________ Image coordinates accounting for spacing and origin + // Λ Λ + // | | vvImage.GetTransform() + // | | + // GetConcatenatedTransform() | _|___ VV world coordinates (mm) (displayed in VV) + // | Λ + // | | GetSlicingTransform() + // | | + // ___|__|___ VTK world coordinates (mm) (never displayed) + vtkSmartPointer mImageReslice; vtkSmartPointer mSlicingTransform; vtkSmartPointer mConcatenatedTransform;