diff Framework/Toolbox/FiniteProjectiveCamera.h @ 754:92c400a09f1b

Merge from default
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 22 May 2019 16:13:46 +0200
parents fa5febe0f0c2
children 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/Toolbox/FiniteProjectiveCamera.h	Wed May 22 16:01:34 2019 +0200
+++ b/Framework/Toolbox/FiniteProjectiveCamera.h	Wed May 22 16:13:46 2019 +0200
@@ -23,6 +23,7 @@
 
 #include "LinearAlgebra.h"
 #include "../Volumes/ImageBuffer3D.h"
+#include "../Volumes/VolumeImageGeometry.h"
 
 namespace OrthancStone
 {
@@ -109,6 +110,7 @@
     Vector ApplyGeneral(const Vector& v) const;
 
     Orthanc::ImageAccessor* ApplyRaytracer(const ImageBuffer3D& source,
+                                           const VolumeImageGeometry& geometry,
                                            Orthanc::PixelFormat targetFormat,
                                            unsigned int targetWidth,
                                            unsigned int targetHeight,