diff Framework/Toolbox/ShearWarpProjectiveTransform.h @ 735:c3bbb130abc4

removing dependencies in ImageBuffer3D
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 16:15:06 +0200
parents b70e9be013e4
children 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/Toolbox/ShearWarpProjectiveTransform.h	Tue May 21 15:20:04 2019 +0200
+++ b/Framework/Toolbox/ShearWarpProjectiveTransform.h	Tue May 21 16:15:06 2019 +0200
@@ -92,6 +92,7 @@
     static Orthanc::ImageAccessor* ApplyAxial(float& maxValue,
                                               const Matrix& M_view,  // cf. "CalibrateView()"
                                               const ImageBuffer3D& source,
+                                              const VolumeImageGeometry& geometry,
                                               Orthanc::PixelFormat targetFormat,
                                               unsigned int targetWidth,
                                               unsigned int targetHeight,