X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fitk%2Fsrc%2FbbitkImageProperties.cxx;fp=packages%2Fitk%2Fsrc%2FbbitkImageProperties.cxx;h=7e5f47dbd62272fd195bd9c26da125fb560b9abe;hb=285ee5f1317074a4daec697ce27c9c53fdbf0793;hp=8004f5c087e3e01f73baa2417314eb9d14094707;hpb=d61464bb88b2b84eb741332913d6c3701d329609;p=bbtk.git diff --git a/packages/itk/src/bbitkImageProperties.cxx b/packages/itk/src/bbitkImageProperties.cxx index 8004f5c..7e5f47d 100644 --- a/packages/itk/src/bbitkImageProperties.cxx +++ b/packages/itk/src/bbitkImageProperties.cxx @@ -104,6 +104,17 @@ namespace bbitk if (dim==2) vsz.push_back(1); bbSetOutputSize(vsz); + + const typename itkImageType::PointType& orgn = im->GetOrigin(); + std::vector vog; + for (unsigned int i=0;iGetSpacing(); std::vector vsp;