comparison 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
comparison
equal deleted inserted replaced
734:be3671662eec 735:c3bbb130abc4
90 double angle); 90 double angle);
91 91
92 static Orthanc::ImageAccessor* ApplyAxial(float& maxValue, 92 static Orthanc::ImageAccessor* ApplyAxial(float& maxValue,
93 const Matrix& M_view, // cf. "CalibrateView()" 93 const Matrix& M_view, // cf. "CalibrateView()"
94 const ImageBuffer3D& source, 94 const ImageBuffer3D& source,
95 const VolumeImageGeometry& geometry,
95 Orthanc::PixelFormat targetFormat, 96 Orthanc::PixelFormat targetFormat,
96 unsigned int targetWidth, 97 unsigned int targetWidth,
97 unsigned int targetHeight, 98 unsigned int targetHeight,
98 bool mip, 99 bool mip,
99 double pixelSpacing, 100 double pixelSpacing,