]> Creatis software - creaRigidRegistration.git/blobdiff - PackRecalage/src/bbPackRecalageCalculateVectorBox.h
*** empty log message ***
[creaRigidRegistration.git] / PackRecalage / src / bbPackRecalageCalculateVectorBox.h
index ed04a3905af2a9701e4d428ff6168473955ac1f3..31086052ae920a897e1a49c9a60baae515ed344f 100644 (file)
@@ -42,9 +42,13 @@ class bbPackRecalage_EXPORT CalculateVectorBox
   /*Origin (starting point of the vector) of the second image, this is necesary for the translation matrix of a transform filter*/
   BBTK_DECLARE_OUTPUT(Origin, std::vector<int>);
 
-  /**/
+  /*Origin (starting point of the vector) of the first image, this is necesary for the imageReslicer filter*/
   BBTK_DECLARE_OUTPUT(OriginReslicer, std::vector<int>);
+  
+  /*The rotation axis (this axis is defined by the cross product of the 2 vectors)*/
   BBTK_DECLARE_OUTPUT(TransformAxis, std::vector<double>);
+
+  
   BBTK_DECLARE_OUTPUT(OutScaleX,int);
   BBTK_DECLARE_OUTPUT(OutScaleY,int);
   BBTK_DECLARE_OUTPUT(OutScaleZ,int);